reCAPTCHA Enterprise용 환경 준비

이 문서에서는 reCAPTCHA Enterprise를 설정할 수 있도록 환경을 준비하는 방법을 설명합니다.

시작하기 전에

reCAPTCHA Enterprise를 시작하려면 다음 단계를 따르세요.

  1. Google Cloud 콘솔에서 Google 계정을 만들려면 가입하세요.

  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

reCAPTCHA Enterprise API 사용 설정

콘솔

  1. Google Cloud 콘솔에서 reCAPTCHA Enterprise API 페이지로 이동합니다.

    reCAPTCHA Enterprise API로 이동

  2. 페이지 상단의 프로젝트 선택기에 프로젝트 이름이 표시되는지 확인합니다.

    프로젝트 이름이 표시되지 않으면 프로젝트 선택기를 클릭한 다음 프로젝트를 선택합니다.

  3. 사용 설정을 클릭합니다.

gcloud

  1. In the Google Cloud console, activate Cloud Shell.

    Activate Cloud Shell

    At the bottom of the Google Cloud console, a Cloud Shell session starts and displays a command-line prompt. Cloud Shell is a shell environment with the Google Cloud CLI already installed and with values already set for your current project. It can take a few seconds for the session to initialize.

  2. gcloud 세션에서 Google Cloud 프로젝트를 설정하려면 gcloud config set project 명령어를 실행합니다. PROJECT_ID를 Google Cloud 프로젝트 ID로 바꿉니다.
           gcloud config set project PROJECT_ID
           
  3. reCAPTCHA Enterprise API를 사용 설정하려면 gcloud services enable 명령어를 실행합니다.
             gcloud services enable recaptchaenterprise.googleapis.com
           
  4. reCAPTCHA Enterprise API가 사용 설정되었는지 확인하려면 gcloud services list 명령어를 실행합니다.
             gcloud services list --enabled
           

    reCAPTCHA Enterprise API가 사용 설정된 API 목록에 나열되는지 확인합니다.

역할 및 권한 구성

reCAPTCHA Enterprise를 설정하는 데 필요한 권한을 얻으려면 관리자에게 프로젝트에 대한 다음 IAM 역할을 부여해 달라고 요청하세요.

역할 부여에 대한 자세한 내용은 액세스 관리를 참조하세요.

커스텀 역할이나 다른 사전 정의된 역할을 통해 필요한 권한을 얻을 수도 있습니다.

reCAPTCHA Enterprise의 액세스 제어에 대한 자세한 내용은 IAM으로 액세스 제어를 참조하세요.

다음 단계