Skip to content

Commit 7dc6083

Browse files
authored
OIDC TTL Setting (#1356)
1 parent db87576 commit 7dc6083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_docs/pipelines/configuration/pipeline-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Users can still override specific settings for individual pipelines.
2727
| |[Memory usage warning for pipeline builds](#memory-usage-warning-for-pipeline-builds)| Enable alerts when pipelines reach/exceed the threshold. |
2828
| |[Default behavior for build step](#default-behavior-for-build-step)| Configure push image options for build steps. |
2929
| |[Default behavior for pending-approval step](#default-behavior-for-pending-approval-step) | Determine if pending-approval steps require manual action. |
30+
|Security |[OIDC Setting](#oidc-setting) |Define the expiration time of ID tokens issued to pipelines using OIDC authentication. |
3031
|Other|[Advanced options for pipelines](#advanced-options-for-pipelines)| Configure options for build approval and pipeline volumes. |
3132
|Argo Workflows |Enable pipelines with Argo Workflows | Create pipelines based on Argo Workflows. |
3233

@@ -239,6 +240,8 @@ Configure if manual confirmation is required after clicking the Approve or Rejec
239240
* **Approve only**: Require manual intervention only after Approve.
240241
* **Reject only**: Require manual intervention only after Reject.
241242

243+
## OIDC Setting
244+
Specifies the expiration time (in seconds) for ID tokens issued to pipelines using OIDC authentication. The default value is 300 seconds (5 minutes). You can set a value up to a maximum of 3600 seconds (1 hour). This setting allows you to control how long the token remains valid when authenticating with external systems via OIDC.
242245

243246
## Advanced options for pipelines
244247

0 commit comments

Comments
 (0)