To configure the authentication of an administrator user and request instance statistics in Athento through LastPass, follow these steps:
- Create a LastPassConnection: You must have previously created a LastPassConnection object in Athento. For more details on how to create this connection, see the official Athento documentation.
- Configure the following options in the requested instance:
- INSTANCE_ADMIN_LASTPASS_CONNECTION_ID: Specifies the ID of the LastPassConnection object you want to use. This ID is obtained from the LastPassConnection created earlier.
-
LASTPASS_VAULT_INSTANCE_ADMIN_CREDENTIALS_NAME: Indicates the name assigned to the credentials requested in LastPass. These credentials must contain the following fields:
- username: The username of the instance administrator.
- password: The password of the instance administrator.
Example:
If the credentials name in LastPass is credentials, the configuration would be as follows:
-
LASTPASS_VAULT_INSTANCE_ADMIN_CREDENTIALS_NAME = “credentials”.
- This will allow Athento to get the username and password of those credentials for authentication.
Comments
0 comments
Please sign in to leave a comment.