CiscoDevNet / appdynamics-charts

Helm charts for AppDynamics
https://appdynamics.github.io/appdynamics-charts/
Apache License 2.0
21 stars 38 forks source link

Are username and password values required? #11

Open rootd00d opened 3 years ago

rootd00d commented 3 years ago

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?

dje4om commented 3 years ago

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.

EvertonSA commented 2 years ago

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

EvertonSA commented 2 years ago

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

mfacenet commented 1 year ago

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)