You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/pipelines/configuration/pipeline-settings.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ Users can still override specific settings for individual pipelines.
27
27
||[Memory usage warning for pipeline builds](#memory-usage-warning-for-pipeline-builds)| Enable alerts when pipelines reach/exceed the threshold. |
28
28
||[Default behavior for build step](#default-behavior-for-build-step)| Configure push image options for build steps. |
29
29
||[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. |
30
31
|Other|[Advanced options for pipelines](#advanced-options-for-pipelines)| Configure options for build approval and pipeline volumes. |
31
32
|Argo Workflows |Enable pipelines with Argo Workflows | Create pipelines based on Argo Workflows. |
32
33
@@ -239,6 +240,8 @@ Configure if manual confirmation is required after clicking the Approve or Rejec
239
240
***Approve only**: Require manual intervention only after Approve.
240
241
***Reject only**: Require manual intervention only after Reject.
241
242
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.
0 commit comments