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
I used this code to fetch the secret from Conjur.
But I can see two entries of audit log in the Conjur UI that the user is actually fetching the secret twice
->First fetch is done during the Terraform plan
->Second fetch is done during the Terraform apply
How to prevent the fetch done during the Terraform plan?
The text was updated successfully, but these errors were encountered:
Hi, I believe fetching the secret during the plan phase is intended behavior. When running terraform apply are you passing in the saved plan file (eg. terraform apply "tfplan")? If no plan file is passed to apply then the plan phase will be executed again. Please share the commands used for plan and apply. Thanks
I used this code to fetch the secret from Conjur.
But I can see two entries of audit log in the Conjur UI that the user is actually fetching the secret twice
->First fetch is done during the Terraform plan
->Second fetch is done during the Terraform apply
How to prevent the fetch done during the Terraform plan?
The text was updated successfully, but these errors were encountered: