appdynamics-charts icon indicating copy to clipboard operation
appdynamics-charts copied to clipboard

Are username and password values required?

Open rootd00d opened this issue 5 years ago • 4 comments

The documentation says that the following is required --

controllerInfo:
  url: <controller-url>
  account: <controller-account>
  username: <controller-username>
  password: <controller-password>
  accessKey: <controller-accesskey>

Are the username and password fields really required, or is the access key sufficient, or vice-versa?

rootd00d avatar Dec 09 '20 05:12 rootd00d

i found this in documentation about username and password setting for controller : Required only when auto-instrumentation is enabled.

Reference is on this page : https://docs.appdynamics.com/display/PRO21/Install+the+Cluster+Agent+with+Helm+Charts

It makes sense knowing that helm deployment works well with only the accessKey, it would be nice to have this information at the helm installation steps for a better understanding.

dje4om avatar May 12 '21 09:05 dje4om

the chart fails dramatically when auto-instrumentation is enabled and username and password is not set.

EvertonSA avatar Aug 03 '22 09:08 EvertonSA

https://github.com/CiscoDevNet/appdynamics-charts/issues/33

EvertonSA avatar Sep 21 '22 13:09 EvertonSA

We're using this chart in a gitops way (rendering out the chart and then utilizing kustomize with argocd) the secret that this generates actually breaks our deployment so I'd like to see a way to override this section and disable the auto generated secret (we use external-secrets or, in the past, a CSI driver to sync this secret down from an actual secret store)

mfacenet avatar Nov 01 '22 19:11 mfacenet