Skip to content

Commit 87331c1

Browse files
authored
add default audience value (#660)
1 parent eae9d59 commit 87331c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

incubating/obtain-oidc-id-token/step.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ spec:
8383
"properties": {
8484
"AUDIENCE": {
8585
"type": "string",
86-
"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)"
86+
"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)",
87+
"default": "https://g.codefresh.io"
8788
}
8889
}
8990
}

0 commit comments

Comments
 (0)