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
Current usecase is that in inventory we read dynamic credentials from vault. Every time the variable is passed somewhere it is is evaluated new and generates new creds in vault. Moreover on the assignment we may end up having user and pass not matching to each other cause variable got evaluated multiple times. In addition this is also causing additional performance issues.
Instead we seem to need to extend passing vault path as parameter to playbook role and let it figure out and perform read when really necessary.
The text was updated successfully, but these errors were encountered:
gtema
changed the title
Be careful when reading from external system in invetory
Be careful when reading from external systems in inventory
Apr 15, 2022
Current usecase is that in inventory we read dynamic credentials from vault. Every time the variable is passed somewhere it is is evaluated new and generates new creds in vault. Moreover on the assignment we may end up having user and pass not matching to each other cause variable got evaluated multiple times. In addition this is also causing additional performance issues.
Instead we seem to need to extend passing vault path as parameter to playbook role and let it figure out and perform read when really necessary.
The text was updated successfully, but these errors were encountered: