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 I use awsume -s to generate credentials that I will used on a remote computer. I would like to have these export statements prepended with a space. This will allow me to set HISTCONTROL=ignorespace in bash and not have the secrets stored in the bash history. This could be implemented in a non-breaking way by using an additional cli parameter.
The text was updated successfully, but these errors were encountered:
Sometimes I use
awsume -s
to generate credentials that I will used on a remote computer. I would like to have these export statements prepended with a space. This will allow me to set HISTCONTROL=ignorespace in bash and not have the secrets stored in the bash history. This could be implemented in a non-breaking way by using an additional cli parameter.The text was updated successfully, but these errors were encountered: