Connect to NuoDB Control Plane
This section describes how to connect to the NuoDB Control Plane REST service via CLI tools.
Prerequisites
Access and Authentication
This guide uses port forwarding to access the REST API and provisioned databases.
Download NuoDB Control Plain CLI tool
Setup DBaaS credentials
To successfully authenticate with the REST API, configure the credentials as environment variables.
Note
The system/admin is the first cluster administrator user created during installation. It is recommended to create less privileged users after installation. For more information, see User Management and Access Control.
If the Nginx TLS certificate is not signed by a public CA, configure nuodb-cp
to trust it.
Configure cURL
with DBaaS credentials.
Setting up the Terraform Provider
To use terraform to manage your databases, you will want to use the nuodbaas
provider.
The provider documentation covers all of the available attributes.
All of them are optional.
For any that you do not specify, the provider will try to infer a value from the environment variables set above before exiting with an error.