2.17. GitHub Enterprise Server 支持的子域隔离
在这个版本中,OpenShift Dev Spaces 支持 GitHub Enterprise Server 客户 的子域隔离。管理员可以在 CheCluster
自定义资源中启用子域隔离:
spec: gitServices: github: - endpoint: 'https://github.com' secretName: github-oauth-config disableSubdomainIsolation: true
spec:
gitServices:
github:
- endpoint: 'https://github.com'
secretName: github-oauth-config
disableSubdomainIsolation: true
其他资源