Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
02-25-2022 05:36 AM - last edited on 02-28-2022 08:27 AM by Ryan.Paredez
Hi Team,
We have SaaS-based Appdynamics, where login is through the Access key.
Now I want to deploy the AppDynamics cluster agent in Kubernetes using the helm chart.
In the helm chart, the following code is there
api-user: {{ cat (.username | trim | required "AppDynamics controller username is required!") "@" (.account | trim | required "AppDynamics controller account is required!") ":" (.password | trim | required "Appdynamics controller password is required!") | nospace | b64enc -}}
Values.yaml file looks like
controllerInfo:
url: "https://myinstance:443"
account: "xysystems"
username:
password:
accessKey: "xxxxxxxxxxxxxx"
globalAccount: null # To be provided when using machineAgent Window Image
# SSL properties
customSSLCert: null
Could someone please explain, instead of using username\@account:password
I want to use the account Name with the Access key for login.
Please guide me.
thanks
02-28-2022 08:33 AM
Hi @Pawan.kumar,
Please check out this AppD Docs page and let me know if it helps you out.
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form