이 페이지에서는 Artifact Registry를 사용 설정 및 사용 중지하는 단계를 설명합니다.
서비스 사용 설정
-
In the Cloud de Confiance console, on the project selector page, select or create a Cloud de Confiance project.
Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
-
Create a project: To create a project, you need the Project Creator
(
roles/resourcemanager.projectCreator
), which contains theresourcemanager.projects.create
permission. Learn how to grant roles.
-
Verify that billing is enabled for your Cloud de Confiance project.
- Google Cloud CLI가 아직 설치되어 있지 않았으면 설치하고 초기화합니다. 기존 설치의 경우
gcloud components update
명령어로 Google Cloud CLI의 구성요소를 업데이트합니다.gcloud CLI 버전을 확인하려면 다음 명령어를 실행합니다.
gcloud version
- Cloud de Confiance 콘솔 또는 다음
gcloud
명령어를 사용하여 API를 사용 설정합니다.gcloud services enable artifactregistry.googleapis.com
- 저장소와 저장소의 아티팩트에 액세스할 수 없습니다.
- API 중지 후 7일 내에 데이터가 삭제될 수 있습니다.
- Artifact Registry의 API 개요 페이지로 이동합니다.
- API가 사용 설정된 프로젝트를 선택합니다.
- 관리를 클릭합니다.
- API 사용 중지를 클릭합니다.
서비스 사용 중지
Artifact Registry API를 중지하기 전에 보관하려는 아티팩트가 다른 위치에서 제공되는지 확인합니다. API를 중지하기 전에 저장소를 삭제하는 것이 좋습니다.
Artifact Registry API를 중지하면 다음 조건이 적용됩니다.
Cloud de Confiance 콘솔에서 API를 사용 중지하려면 다음 안내를 따르세요.
콘솔
gcloud
다음 명령어를 실행하여 현재 프로젝트에서 API를 사용 중지합니다.
gcloud services disable artifactregistry.googleapis.com