gdcloud auth activate-service-account

NAME

gdcloud auth activate-service-account - 서비스 계정으로 GDC 에어 갭에 대한 액세스 권한을 부여합니다.

SYNOPSIS

gdcloud auth activate-service-account [flags]

설명

서비스 계정으로 GDC 에어 갭에 대한 액세스 권한을 부여합니다. gdcloud가 서비스 계정 사용자 인증 정보를 사용하여 요청을 수행하도록 허용하려면 이 명령어를 사용하여 비공개 승인 키가 포함된 파일에서 이러한 사용자 인증 정보를 가져오고 gdcloud에서 사용할 수 있도록 활성화합니다. 'gdcloud auth activate-service-account'는 'gdcloud auth login' 명령어와 동일한 기능을 수행하지만 사용자 인증 정보 대신 서비스 계정을 사용합니다.

EXAMPLES

To authorize gdcloud to access GDC air-gapped using an existing service account, run:

   gdcloud auth activate-service-account --key-file=/path/key.json

필수 플래그

      --key-file string   Path to the private key file.

선택적 플래그

      --login-config-cert string   (Optional) Absolute file path to the CA certificate file to be used for fetching login-config over HTTPS connection.
      --skip-kubeconfig-update     (Optional) Skip updating the kubeconfig after login.

GDCLOUD 전체 플래그

이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.