-
Notifications
You must be signed in to change notification settings - Fork 3
Description
In the config.yml file there is no line for awsaccesskey and awssecretkey encryption. In the documentation page https://developer.cisco.com/codeexchange/github/repo/Appdynamics/aws-api-gateway-monitoring-extension/ the step is not mentioned, but for other aws extension there is one point specific for awsaccesskey encryption as below. If encryption is supported, please update the documentation with these steps.
**If you want to encrypt the awsAccessKey and awsSecretKey then follow the "Credentials Encryption" section and provide the encrypted values in awsAccessKey and awsSecretKey. Configure enableDecryption of credentialsDecryptionConfig to true and provide the encryption key in encryptionKey.
For example,
#Encryption key for Encrypted password.
credentialsDecryptionConfig:
enableDecryption: "true"
encryptionKey: "XXXXXXXX"**