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 Mar 16, 2024. It is now read-only.
Once the app is deployed, notice that the credential - config created does not indicate that app deployed in step1 is referencing this credential.
acorn secrets
NAME TYPE KEYS CREATED
config-84pkz credential.acorn.io/mytest [address adminPassword adminUsername dbName password port proto username] 8s ago
mytestsec.mytestsec token [token] 22s ago
Expected Behavior:
Credential needs to show which Acorns are referencing them.
The text was updated successfully, but these errors were encountered:
@sangee2004 I got confirmation from @ibuildthecloud that these credentials secrets are intentionally named that way, so we don't want to change them by adding app name prefixes. I think this issue can just be closed.
@g-linville Is there any other way of letting the user know which credential is the associated with the app ? It feels odd for user to not know this when the secret definition is present in the Acornfile that is used for deployment of this secret .
What app created the credential. Then you could see if it exists or not.
What apps are referencing the credential.
In the case of services, multiple "Credentials" can be created that connect to different database instances. They all end up with the same name. Which makes it difficult to figure out which credential is the one needed.
Also, when apps are deleted, the credentials are not, and they can build up over time and the user has no idea which is which, or if they can re-use one.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
acorn version -
v0.10.0-rc1-7-g8b9acb47+8b9acb47
Steps to reproduce the problem:
acorn run -n mytestsec
config
created does not indicate that app deployed in step1 is referencing this credential.Expected Behavior:
Credential needs to show which Acorns are referencing them.
The text was updated successfully, but these errors were encountered: