You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
If I understand correctly, at the moment AppD defaults to "production" account and Taupage is providing required account_name, access key and globalname as defaults. However, to switch to testing account I need to explicitly overwrite all these fields in my Senza config:
It's a bit annoying because it means that I have to either:
Make them all parametrised in Senza and provide them every time, with different values for deployments to "prod" and "testing"
Have two Senza definition YAMLs (one without these fields, that uses "defaults" and the other one that overwrites them)
Second one is not an option, first one is quite annoying, but we can live with it.
However, I was wondering if it would be possible to make Taupage a bit "smarter" and figure out the correct credentials based on appdynamics_account_name only? If it can provide defaults now, could if provide different defaults depending on account name? This way we could have a single param (which is human readable and not a secret) that's specifying the AppD account and we wouldn't have to provide the other two (long, non-human-readable strings that need to be stored in encrypted form somewhere).
The text was updated successfully, but these errors were encountered:
regispl
changed the title
Allow for switching to different AppDynamics account by setting the Taupage property
Allow for switching to different AppDynamics account by setting the "appdynamics_account_name" Taupage property
Sep 30, 2016
regispl
changed the title
Allow for switching to different AppDynamics account by setting the "appdynamics_account_name" Taupage property
Allow for switching to different AppDynamics account by setting the "appdynamics_account_name" Taupage property only
Sep 30, 2016
If I understand correctly, at the moment AppD defaults to "production" account and Taupage is providing required account_name, access key and globalname as defaults. However, to switch to testing account I need to explicitly overwrite all these fields in my Senza config:
It's a bit annoying because it means that I have to either:
Second one is not an option, first one is quite annoying, but we can live with it.
However, I was wondering if it would be possible to make Taupage a bit "smarter" and figure out the correct credentials based on
appdynamics_account_name
only? If it can provide defaults now, could if provide different defaults depending on account name? This way we could have a single param (which is human readable and not a secret) that's specifying the AppD account and we wouldn't have to provide the other two (long, non-human-readable strings that need to be stored in encrypted form somewhere).The text was updated successfully, but these errors were encountered: