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/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,26 +76,29 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
76
76
| Additional claims
77
77
| Metadata
78
78
79
-
| `oidc.circleci.com/project-id`
80
-
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
79
+
| `oidc.circleci.com/context-ids`
80
+
| An array of strings containing UUIDs that identify the context(s) used in the job.
81
+
82
+
| `oidc.circleci.com/org-id`
83
+
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
84
+
85
+
| `oidc.circleci.com/pipeline-definition-id`
86
+
| The unique identifier for the pipeline definition that created the pipeline running the workflow. The value is a string containing a UUID identifying the CircleCI pipeline definition. Pipeline definitions are found in your project settings under Project Setup.
81
87
82
88
| `oidc.circleci.com/pipeline-id`
83
89
| The unique identifier for the pipeline that triggered this job. Its value is a string containing a UUID identifying the CircleCI pipeline.
84
90
85
-
| `oidc.circleci.com/org-id`
86
-
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
91
+
| `oidc.circleci.com/project-id`
92
+
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
93
+
94
+
| `oidc.circleci.com/ssh-rerun`
95
+
| A boolean indicating if the CI job is started using the SSH rerun feature.
87
96
88
97
| `oidc.circleci.com/vcs-origin`
89
98
| The URL of the repository that triggered the pipeline. Its value is a string similar to `github.com/organization-123/repo-1`. This is not present for pipelines triggered by custom webhooks.
90
99
91
100
| `oidc.circleci.com/vcs-ref`
92
101
| The reference to the change that triggered the pipeline. Its value is a string similar to `refs/heads/main`. This is not present for pipelines triggered by custom webhooks.
93
-
94
-
| `oidc.circleci.com/context-ids`
95
-
| An array of strings containing UUIDs that identify the context(s) used in the job.
96
-
97
-
| `oidc.circleci.com/ssh-rerun`
98
-
| A boolean indicating if the CI job is started using the SSH rerun feature.
Copy file name to clipboardExpand all lines: docs/server-admin-4.8/modules/installation/pages/installation-reference.adoc
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -893,7 +893,10 @@ performed on the resource.
893
893
Dockerhub is assumed to be the image registry unless otherwise specified
894
894
eg: registry.example.com/organization/repository
895
895
896
-
|nomad.clients |object |`+{}+` |
896
+
|nomad.clients.mTLS
897
+
|object
898
+
|`{"CACertificate":"","certificate":""}`
899
+
|Configure Nomad client mTLS when using external Nomad servers. Required when `nomad.server.internal: false`. Both `CACertificate` (base64 encoded CA cert to verify server) and `certificate` (base64 encoded client cert for authentication) must be provided.
0 commit comments