Skip to content

Commit

Permalink
add default audience value
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Nov 2, 2023
1 parent eae9d59 commit 426d2b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion incubating/obtain-oidc-id-token/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ spec:
"properties": {
"AUDIENCE": {
"type": "string",
"description": "the audience of the ID token. For multiple audiences, use a comma-separated list. Defaults to the address of the Codefresh platform instance (For SaaS, https://g.codefresh.io)"
"description": "the audience of the ID token. For multiple audiences, use a comma-separated list. Defaults to the address of the Codefresh platform instance (For SaaS, https://g.codefresh.io)",
"default": "https://g.codefresh.io"
}
}
}
Expand Down

0 comments on commit 426d2b3

Please sign in to comment.