3.9.


3.9.1.

3.9.1.1.

3.9.1.1.1.

사전 요구 사항

절차

  1. Register application을 클릭합니다.
  2. $ echo -n '<github_oauth_client_id>' | base64
  3. $ echo -n '<github_oauth_client_secret>' | base64

추가 리소스

3.9.1.1.2.

사전 요구 사항

절차

  1. kind: Secret
    apiVersion: v1
    metadata:
      name: github-oauth-config
      namespace: openshift-devspaces 1
      labels:
        app.kubernetes.io/part-of: che.eclipse.org
        app.kubernetes.io/component: oauth-scm-configuration
      annotations:
        che.eclipse.org/oauth-scm-server: github
        che.eclipse.org/scm-server-endpoint: <github_server_url> 2
    type: Opaque
    data:
      id: <Base64_GitHub_OAuth_Client_ID> 3
      secret: <Base64_GitHub_OAuth_Client_Secret> 4
    1
    2
    3
    4
  2. $ oc apply -f - <<EOF
    <Secret_prepared_in_the_previous_step>
    EOF

3.9.1.2.

3.9.1.2.1.

사전 요구 사항

절차

  1. $ echo -n '<gitlab_application_id>' | base64
  2. $ echo -n '<gitlab_client_secret>' | base64

추가 리소스

3.9.1.2.2.

사전 요구 사항

    • GitLab Client Secret

절차

  1. kind: Secret
    apiVersion: v1
    metadata:
      name: gitlab-oauth-config
      namespace: openshift-devspaces 1
      labels:
        app.kubernetes.io/part-of: che.eclipse.org
        app.kubernetes.io/component: oauth-scm-configuration
      annotations:
        che.eclipse.org/oauth-scm-server: gitlab
        che.eclipse.org/scm-server-endpoint: <gitlab_server_url> 2
    type: Opaque
    data:
      id: <Base64_GitLab_Application_ID> 3
      secret: <Base64_GitLab_Client_Secret> 4
    1
    2
    3
    4
  2. $ oc apply -f - <<EOF
    <Secret_prepared_in_the_previous_step>
    EOF

3.9.1.3.

3.9.1.4.

3.9.1.4.1.

사전 요구 사항

절차

  1. $ echo -n '<bitbucket_oauth_consumer_key>' | base64
  2. $ echo -n '<bitbucket_oauth_consumer_secret>' | base64

추가 리소스

3.9.1.4.2.

사전 요구 사항

절차

  1. kind: Secret
    apiVersion: v1
    metadata:
      name: bitbucket-oauth-config
      namespace: openshift-devspaces 1
      labels:
        app.kubernetes.io/part-of: che.eclipse.org
        app.kubernetes.io/component: oauth-scm-configuration
      annotations:
        che.eclipse.org/oauth-scm-server: bitbucket
    type: Opaque
    data:
      id: <Base64_Bitbucket_Oauth_Consumer_Key> 2
      secret: <Base64_Bitbucket_Oauth_Consumer_Secret> 3
    1
    2
    3
  2. $ oc apply -f - <<EOF
    <Secret_prepared_in_the_previous_step>
    EOF

3.9.2.

절차

  • 3.1.2절. “”을 참조하십시오.

    spec:
      components:
        cheServer:
          extraProperties:
            CHE_SYSTEM_ADMIN__NAME: '<admin>'

3.9.3.

주의

사전 요구 사항

절차

  1. $ oc delete namespace <username>-devspaces
Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.