Appdynamics / apigee-monitoring-extension

Apigee Monitoring Extension
https://www.appdynamics.com/community/exchange/apigee-monitoring-extension-for-appdynamics/
Apache License 2.0
3 stars 7 forks source link

ENCODE the credentials #16

Closed stuartgreenshields closed 2 years ago

stuartgreenshields commented 3 years ago

Ability to ENCODE the user password in config.json file.

stuartgreenshields commented 2 years ago

Closing as added fetaure so an base 64 encode password can be put in the config.json and it will be decoded when called in the script. You have to set in the config.json file:-

    "is_password_encoded": false,
    "password": "password"
stuartgreenshields commented 2 years ago

Completed and closing