Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.1.0 #10

Merged
merged 22 commits into from
Jun 8, 2022
Merged

Version 2.1.0 #10

merged 22 commits into from
Jun 8, 2022

Conversation

tonedefdev
Copy link
Owner

This version makes a number of improvements, bug fixes, and feature enhancements:

Features

  • List secrets stored in the vault. Closes Add ability to view all credentials #1
  • Return the list of secrets as TF_VARS or as JSON
  • Google Secret Manager is now an available provider
  • View/Modify configuration directly with terracreds
  • Set a desired path for the configuration file
  • Added Homebrew support

Improvements

  • Upgraded to go 1.18.3
  • Updated Azure SDK to use azidentity library and MSAL instead of ADAL

Fixes

  • Fixed an issue where terraform login wasn't properly setting the value in the vault.

tonedefdev and others added 19 commits November 24, 2021 16:37
…eate 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
…input to confirm any actions that may delete configuration settings. Changed some verbiage
…ralize usage with all TACOS. Changed logging flag to enabled to match config setting name. Put finishing touches on list
…t and only updates values. Changed some verbiage. Started to update readme in prep for new release
…d 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
…JSON string. Updated interface{} to use go 1.18 any aliase. Added logging for list
Copy link
Collaborator

@ripclawffb ripclawffb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@tonedefdev tonedefdev merged commit 42be312 into main Jun 8, 2022
@tonedefdev tonedefdev deleted the rc-2.1.0 branch June 8, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to view all credentials
2 participants