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
Sometimes we want to use cf-vault programmatically or in automation and the processes can't handle the interactive steps. To allow using it in this fashion, we can expose the options via CLI flags.
As a part of this, we need to establish and document a hierarchy of overrides. I.e config < env < flags where the last one in the chain is the value. IIRC, cobra/viper has this built-in and we can take advantage of it.
The text was updated successfully, but these errors were encountered:
Sometimes we want to use
cf-vault
programmatically or in automation and the processes can't handle the interactive steps. To allow using it in this fashion, we can expose the options via CLI flags.add
email
authentication-value
exec
session-ttl
,permission-groups
,resources
, etc)As a part of this, we need to establish and document a hierarchy of overrides. I.e config < env < flags where the last one in the chain is the value. IIRC, cobra/viper has this built-in and we can take advantage of it.
The text was updated successfully, but these errors were encountered: