You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the token provider attribute, which enables the use of authentication tokens generated by the POST /login endpoint of the Control Plane REST API. Token authentication was added in NuoDB Control Plane 2.4.0 and is enabled by default in 2.5.0.
Allow the dba_password attribute of the database resource to be updated if the Control Plane REST service support DBA password update via the POST /databases/{org}/{proj}/{db}/dbaPassword endpoint, which was added in NuoDB Control Plane 2.5.0. Previously, the DBA password was immutable and could only be specified during database creation.
Added validation of Terraform attributes.
Changelog
0185287 Update version in examples and generated documentation