Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are username and password values required? #11

Open
rootd00d opened this issue Dec 9, 2020 · 4 comments
Open

Are username and password values required? #11

rootd00d opened this issue Dec 9, 2020 · 4 comments

Comments

@rootd00d
Copy link

rootd00d commented Dec 9, 2020

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
Copy link

dje4om commented May 12, 2021

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
Copy link

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

@EvertonSA
Copy link

#33

@mfacenet
Copy link

mfacenet commented Nov 1, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants