I’m looking for a way to store variables in the Credentials vault that are not secret
Is there a way to do that?
Thanks
I’m looking for a way to store variables in the Credentials vault that are not secret
Is there a way to do that?
Thanks
Not in credentials vault. Vault are secrets.
You can use parameters to define something with a default that can change. Or a system wide environment variable. Or a shared library which has some constants or a function that returns a value.