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
In the Github runners we get 403 ACL not found since 01-create_vault_policy_to_read_secrets.yml is executed before 010-wait_for_startup.yml. It need the correct order.
Current behaviour
In the Github runners we get
403 ACL not found
since01-create_vault_policy_to_read_secrets.yml
is executed before010-wait_for_startup.yml
. It need the correct order.Expected behaviour
Github runners run correct with no errors.
How to reproduce?
See error in pipeline https://github.com/Skatteetaten/terraform-nomad-hive/runs/2094758362?check_suite_focus=true
Suggestion(s)/solution(s) [Optional]
Rename
01-create_vault_policy_to_read_secrets.yml
to100-create_vault_policy_to_read_secrets.yml
to make sure it runs in the correct order.Checklist (after created issue)
The text was updated successfully, but these errors were encountered: