Api Settings
Using API settings service, Guzzle can pass the API URL of guzzle and, the keyvault and secret name of passphrase to the remote cluster. Using this passphrase, Guzzle is decrypting the encrypted temporary API token to access guzzle API's, and it is also used to decrypt the credentials of datastore.
#
Setup API SettingsGo to the Manage menu from the top navigation bar
Navigate to Environment Config -> Api Settings
Enter following configuration details:
#
Properties to set up Api SettingsProperty | Description | Default Value | Required |
---|---|---|---|
URL | Specify the API URL of Guzzle | NULL | Yes |
Key vault name | Specify the key vault name in which passphrase value is stored | NULL | Yes |
Secret name | Specify the secret name in which passphrase value is stored | NULL | Yes |
Username for scheduled job | Select username for scheduled job | Active username | No |
Api key expiry time(Milliseconds) | Specify internal api key expiration time | 43200000 | Yes |
Update | This button will update Api settings configs into guzzle-api.yml file | ||
Sync passphrase | On clicking this button, passphrase from Guzzle VM will be synced to provided keyvault and secret name | ||
Cancel | To cancel the updated values in property |
On clicking save button all this properties will be saved on guzzle-api.yml file.