diff --git a/ee/ucp/admin/configure/external-auth/index.md b/ee/ucp/admin/configure/external-auth/index.md index 4d7e7ec73f..6789f50f3e 100644 --- a/ee/ucp/admin/configure/external-auth/index.md +++ b/ee/ucp/admin/configure/external-auth/index.md @@ -109,7 +109,7 @@ go to the UCP web interface, navigate to the **Admin Settings** page, and click **Authentication & Authorization** to select the method used to create and authenticate users. [Learn about additional UCP configuration options](../../configure/ucp-configuration-file.md#configuration-options). -![](../../../images/admin-settings-tab-session.png){: .with-border} +![](../../../images/authentication-authorization.png) In the **LDAP Enabled** section, click **Yes**. Now configure your LDAP directory integration. diff --git a/ee/ucp/admin/configure/ucp-configuration-file.md b/ee/ucp/admin/configure/ucp-configuration-file.md index 4c1b2a01c1..5dc8bc1388 100644 --- a/ee/ucp/admin/configure/ucp-configuration-file.md +++ b/ee/ucp/admin/configure/ucp-configuration-file.md @@ -82,7 +82,7 @@ docker container run --rm {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_ver | `lifetime_minutes` | no | The initial session lifetime, in minutes. The default is 60 minutes. | | `renewal_threshold_minutes` | no | The length of time, in minutes, before the expiration of a session where, if used, a session will be extended by the current configured lifetime from then. A zero value disables session extension. The default is 20 minutes. | | `per_user_limit` | no | The maximum number of sessions that a user can have active simultaneously. If creating a new session would put a user over this limit, the least recently used session will be deleted. A value of zero disables limiting the number of sessions that users may have. The default is 10. | -| `auth.storeTokenPerSession` | no | If set, the user token is stored in `sessionStorage` instead of `localStorage`. Note that this option will log the user out and require them to log back in since they are actively changing how their authentication is stored. | +| `store_token_per_session` | no | If set, the user token is stored in `sessionStorage` instead of `localStorage`. Note that this option will log the user out and require them to log back in since they are actively changing how their authentication is stored. | ### registries array (optional) @@ -108,7 +108,9 @@ Configures audit logging options for UCP components. Specifies scheduling options and the default orchestrator for new nodes. -> **Note**: If you run the `kubectl` command, such as `kubectl describe nodes`, to view scheduling rules on Kubernetes nodes, it does not reflect what is configured in UCP Admin settings. UCP uses taints to control container scheduling on nodes and is unrelated to kubectl's `Unschedulable` boolean flag. +> Note +> +> If you run the `kubectl` command, such as `kubectl describe nodes`, to view scheduling rules on Kubernetes nodes, it does not reflect what is configured in UCP Admin settings. UCP uses taints to control container scheduling on nodes and is unrelated to kubectl's `Unschedulable` boolean flag. | Parameter | Required | Description | |:------------------------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------------| @@ -137,7 +139,9 @@ Specifies whether DTR images require signing. ### log_configuration table (optional) -> Note: This feature has been deprecated. Refer to the [Deprecation notice](https://docs.docker.com/ee/ucp/release-notes/#deprecation-notice) for additional information. +> Note +> +> This feature has been deprecated. Refer to the [Deprecation notice](https://docs.docker.com/ee/ucp/release-notes/#deprecation-notice) for additional information. Configures the logging options for UCP components. @@ -224,8 +228,9 @@ components. Assigning these values overrides the settings in a container's | `worker_kube_reserved_resources` | no | Reserve resources for Docker UCP and Kubernetes components which are running on worker nodes. | | `kubelet_max_pods` | yes | Set Number of Pods that can run on a node. Default is `110`. - -*dev indicates that the functionality is only for development and testing. Arbitrary Kubernetes configuration parameters are not tested and supported under the Docker Enterprise Software Support Agreement. +> Note +> +> dev indicates that the functionality is only for development and testing. Arbitrary Kubernetes configuration parameters are not tested and supported under the Docker Enterprise Software Support Agreement. ### iSCSI (optional) Configures iSCSI options for UCP. diff --git a/ee/ucp/images/admin-settings-tab-session.png b/ee/ucp/images/admin-settings-tab-session.png deleted file mode 100644 index 5847f61133..0000000000 Binary files a/ee/ucp/images/admin-settings-tab-session.png and /dev/null differ