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

Create a task module to retreive secrets #7

Open
IamLunchbox opened this issue Sep 16, 2024 · 0 comments
Open

Create a task module to retreive secrets #7

IamLunchbox opened this issue Sep 16, 2024 · 0 comments

Comments

@IamLunchbox
Copy link

Currently there is only a lookup available to pull secrets from the infisical storage. Even if you pull all secrets from a directory at once, each time you try to access one part of it, ansible will reevaluate the lookup and pull all secrets.

This will easily trigger the rate-limiting and fail the execution. Using single step and registering its output (like hashicorp vault does for example) would save a lot of trouble, since run_once and delegation could create just one lookup of the sought after information.

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

No branches or pull requests

1 participant