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
299736a Refactored duplicate code. Added --as-json to return list secrets as JSON string. Updated interface{} to use go 1.18 any aliase. Added logging for list
56f7ea0 Removing unncessary SecretList slice. Updated struct name for GCP
04a38df Updated to go 1.18. Updated to using azidentity sdk for Azure. Removed useMSI since azidentity has a default auth flow that leverages more than just MSI. Fixed bug where terraform login didn't work with external vaults. Removed limitations for external vault usage on Mac
a9403bf Added list for gcp. Fixed issue where gcp keeps a single secret object and only updates values. Changed some verbiage. Started to update readme in prep for new release
3516b34 Added Google Secrets Manager as an available vault provider
ff602f3 Added alias for secret-names to also be -l for list
8b0dedd Added alias for create called update to make it more user friendly
cf2fcbc Moved as-tfvars to higher level in processing to allow more flexibility
6271991 Added ability to set secrets in config file. Changed verbiage to generalize usage with all TACOS. Changed logging flag to enabled to match config setting name. Put finishing touches on list
41b8c4f Added list functionality for vault providers. Added warning and user input to confirm any actions that may delete configuration settings. Changed some verbiage
16fa9c6 Allowing environment variable for config file location. Ability to create setup and view all available vaults from the CLI. Generalized the name and secret value since store more than just API tokens can be stored with the tool