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
To disable API documentation page (i.e. `https://<onprem-url>/api`), set the following environment variable:
1201
+
1202
+
```
1203
+
cfapi:
1204
+
env:
1205
+
API_DOCS_ENDPOINT_DISABLED: "true"
1206
+
```
1207
+
1197
1208
## Configuring OIDC Provider
1198
1209
1199
1210
OpenID Connect (OIDC) allows Codefresh Builds to access resources in your cloud provider (such as AWS, Azure, GCP), without needing to store cloud credentials as long-lived pipeline secret variables.
To disable API documentation page (i.e. `https://<onprem-url>/api`), set the following environment variable:
1206
+
1207
+
```
1208
+
cfapi:
1209
+
env:
1210
+
API_DOCS_ENDPOINT_DISABLED: "true"
1211
+
```
1212
+
1202
1213
## Configuring OIDC Provider
1203
1214
1204
1215
OpenID Connect (OIDC) allows Codefresh Builds to access resources in your cloud provider (such as AWS, Azure, GCP), without needing to store cloud credentials as long-lived pipeline secret variables.
0 commit comments