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

Use nitor-vault 2.2+ version #172

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Use nitor-vault 2.2+ version #172

wants to merge 9 commits into from

Conversation

Esgrove
Copy link
Contributor

@Esgrove Esgrove commented Nov 14, 2024

Update nitor-vault package to 2.2+, which has the new Rust vault library available for use as a Python library.

"nitor-vault~=2.2": this means "compatible version with 2.2" so any 2.X.X version but not 3.X

All other vault usages here should be good, but there are two of these:

vault = Vault(**enc_conf)

and it is not possible to see from the code what that enc_conf contains so this might break if it relies on vault_iam_id, vault_iam_secret or vault_init=True 🤷🏻‍♂️

  • Use nitor-vault 2.2.0+
  • Some code formatting for better readability while checking for vault usages in the code
  • Update faster reg compile script now that Xcode comes with Clang 16
  • Update pyproject.toml config

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.

1 participant