MANAGEMENT_API_SERVER_ENDPOINT 변수는 Management API 서버의 엔드포인트입니다.
kubectl proxy 명령어를 사용하여 브라우저에서 URL에 액세스하여 IAM API의 검색 문서를 가져옵니다. kubectl proxy 명령어는 로컬 머신의 Kubernetes API 서버에 127.0.0.1:8001의 프록시를 엽니다. 명령어가 실행된 후 다음 URL에서 문서에 액세스합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-30(UTC)"],[[["The Identity and Access Management (IAM) API uses Kubernetes custom resources to manage access for identity providers."],["The IAM API can be accessed through the GDC console or by using application-specific libraries, utilizing provided API endpoints and definitions."],["IAM APIs are available in zonal and global deployments, each with distinct API endpoint URLs, using the format `https://MANAGEMENT_API_SERVER_ENDPOINT/apis/iam.gdc.goog/v1` for zonal and `https://MANAGEMENT_API_SERVER_ENDPOINT/apis/iam.global.gdc.goog/v1` for global."],["The discovery document for the IAM API can be obtained by using `kubectl proxy` which will allow accessing the API on `127.0.0.1:8001` from your local machine."],["A sample `IdentityProviderConfig` resource is provided, demonstrating the configuration for an identity provider with fields such as `clientID`, `issuerURI`, and `scopes`."]]],[]]