Tiger Cloud: Performance, Scale, Enterprise, Free
Self-hosted products
MST
You can use client credentials to programmatically access resources instead of using your username and password. You can generate multiple client credentials for different applications or use cases rather than a single set of user credentials for everything.
When you create client credentials, a public key and a private key are generated.
These keys act as the username and password for programmatic client
applications. It is important that you save these keys in a safe place. You can
also delete these client credentials when the client applications no longer need
access to Tiger Cloud resources. For more information about obtaining an access
token programmatically, see the
Tiger Cloud Terraform provider documentation.
- Log in to your Tiger Cloud account
.
- Navigate to the
Project Settingspage to create client credentials for your project. - In the
Project Settingspage, clickCreate credentials. - In the
New client credentialsdialog, you can view thePublic keyand theSecret Key. Copy your secret key and store it in a secure place. You won't be able to view theSecret Keyagain in the console. - Click
Done. You can use these keys in your client applications to access Tiger Cloud resources inside the respective project. Tiger Cloud generates a defaultNamefor the client credentials. - Click the ⋮ menu and select
Rename credentials. - In the
Edit credential namedialog, type the new name and clickAccept.
- Log in to your Tiger Cloud account
.
- Navigate to the
Project Settingspage to view client credentials for your project. - In the
Project Settingspage, click the ⋮ menu of the client credential, and selectDelete. - In the
Are you suredialog, type the name of the client credential, and clickDelete.
Keywords
Found an issue on this page?Report an issue or Edit this page
in GitHub.