fix: move oidc audiences to options and step level per Atlassian docs

This commit is contained in:
Evert Daniel Romero Garrido
2026-04-16 12:30:51 -06:00
parent 40552bb5c7
commit 7f8f531172
+7 -4
View File
@@ -11,12 +11,11 @@ image: atlassian/default-image:5
options:
max-time: 120
definitions:
oidc:
audiences:
- sts.amazonaws.com
definitions:
steps:
- step: &notify-start
name: Notify Start
@@ -64,7 +63,9 @@ pipelines:
- step:
name: 03_terraform
oidc: true
oidc:
audiences:
- sts.amazonaws.com
script:
- set -euo pipefail
- source scripts/aws-oidc-setup.sh dev
@@ -155,7 +156,9 @@ pipelines:
- step:
name: 03_terraform
oidc: true
oidc:
audiences:
- sts.amazonaws.com
script:
- set -euo pipefail
- source scripts/aws-oidc-setup.sh prod