Skip to content
代码片段 群组 项目
未验证 提交 c54b2261 编辑于 作者: Ashraf Khamis's avatar Ashraf Khamis 提交者: GitLab
浏览文件

Merge branch 'vtak-master-patch-e043' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -331,18 +331,6 @@ remote_development: ...@@ -331,18 +331,6 @@ remote_development:
workspaces_per_user_quota: 3 workspaces_per_user_quota: 3
``` ```
## Configuring user access with remote development
You can configure the `user_access` module to access the connected Kubernetes cluster with your GitLab credentials.
This module is configured and runs independently of the `remote_development` module.
Be careful when configuring both `user_access` and `remote_development` in the same GitLab agent.
The `remote_development` clusters manage user credentials (such as personal access tokens) as Kubernetes Secrets.
Any misconfiguration in `user_access` might cause this private data to be accessible over the Kubernetes API.
For more information about configuring `user_access`, see
[Configure Kubernetes access](../../user/clusters/agent/user_access.md#configure-kubernetes-access).
### `use_kubernetes_user_namespaces` ### `use_kubernetes_user_namespaces`
> - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/13983) in GitLab 17.4. > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/13983) in GitLab 17.4.
...@@ -475,3 +463,15 @@ A valid label value: ...@@ -475,3 +463,15 @@ A valid label value:
For more information about `labels`, see For more information about `labels`, see
[Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/). [Labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/).
## Configuring user access with remote development
You can configure the `user_access` module to access the connected Kubernetes cluster with your GitLab credentials.
This module is configured and runs independently of the `remote_development` module.
Be careful when configuring both `user_access` and `remote_development` in the same GitLab agent.
The `remote_development` clusters manage user credentials (such as personal access tokens) as Kubernetes Secrets.
Any misconfiguration in `user_access` might cause this private data to be accessible over the Kubernetes API.
For more information about configuring `user_access`, see
[Configure Kubernetes access](../../user/clusters/agent/user_access.md#configure-kubernetes-access).
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册