Skip to content

Commit b372ba4

Browse files
authored
Remove broken markdown links (#362)
1 parent 042a305 commit b372ba4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ default, this action does not generate any tokens.
149149
token, in seconds. This must be specified as the number of seconds with a
150150
trailing "s" (e.g. 30s). The default value is 1 hour (3600s). The maximum
151151
value is 1 hour, unless the
152-
[`constraints/iam.allowServiceAccountCredentialLifetimeExtension`
153-
organization policy][orgpolicy-creds-lifetime] is enabled, in which case the
154-
maximum value is 12 hours.
152+
`constraints/iam.allowServiceAccountCredentialLifetimeExtension`
153+
organization policy is enabled, in which case the maximum value is 12 hours.
155154
156155
- `access_token_scopes`: (Optional) List of OAuth 2.0 access scopes to be
157156
included in the generated token. This is only valid when "token_format" is
@@ -164,8 +163,8 @@ default, this action does not generate any tokens.
164163
- `access_token_subject`: (Optional) Email address of a user to impersonate
165164
for [Domain-Wide Delegation][dwd]. Access tokens created for Domain-Wide
166165
Delegation cannot have a lifetime beyond 1 hour, even if the
167-
[`constraints/iam.allowServiceAccountCredentialLifetimeExtension`
168-
organization policy][orgpolicy-creds-lifetime] is enabled.
166+
`constraints/iam.allowServiceAccountCredentialLifetimeExtension`
167+
organization policy is enabled.
169168
170169
In order to support Domain-Wide Delegation via Workload Identity Federation,
171170
you must grant the external identity ("principalSet")

0 commit comments

Comments
 (0)