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
It would be handy to have a source profile (such as the ability to create API tokens) which could be shared to other profiles without duplicating the credentials. Right now, if I want a read and write profile, I need to duplicate it and setup two. In practice, the ideal would look like this:
Running cf-vault exec read_only -- ... would not have credentials of its own stored, but instead, pull the value from the create_single_use_token item in the keychain.
The text was updated successfully, but these errors were encountered:
Along the same lines, adding a --source-profile argument to the add command would be very useful, especially when using --profile-template to generate a new profile.
It would be handy to have a source profile (such as the ability to create API tokens) which could be shared to other profiles without duplicating the credentials. Right now, if I want a read and write profile, I need to duplicate it and setup two. In practice, the ideal would look like this:
Running
cf-vault exec read_only -- ...
would not have credentials of its own stored, but instead, pull the value from thecreate_single_use_token
item in the keychain.The text was updated successfully, but these errors were encountered: