Skatteetaten/terraform-nomad-minio

Change name of file '01-create_vault_policy_to_read_secrets.yml'

Opened this issue · 1 comments

Current behaviour

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.

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 to 100-create_vault_policy_to_read_secrets.yml to make sure it runs in the correct order.

Checklist (after created issue)

  • Added label(s)
  • Added to project
  • Added to milestone

@fredrikhgrelland Even if this was not our main issue, this should still be fixed, right?