Fleet Engine 인증 라이브러리를 사용하여 Java 환경에서 서명된 JSON 웹 토큰을 만들 수 있습니다. Fleet Engine은 JWT를 사용하여 신뢰할 수 없는 환경에서 Fleet Engine API에 대한 액세스를 제한합니다. Fleet Engine 인증 라이브러리는 Java에서 Fleet Engine JWT의 생성을 간소화하고 안전하게 서명합니다. 자세한 내용은 Java용 Fleet Engine 인증 라이브러리를 참고하세요.
이 라이브러리는 다음과 같은 이점을 제공합니다.
Fleet Engine 토큰을 만드는 프로세스를 간소화합니다.
사용자 인증 정보 파일을 사용하는 것 이외의 토큰 서명 메커니즘 (예: 서비스 계정 명의 도용)을 제공합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-14(UTC)"],[[["For server-to-server communication, Google recommends using their language-specific client libraries, which are based on protobuf files found on GitHub."],["If a client library isn't available in your language, utilize gRPC or the Fleet Engine REST endpoints."],["Google Cloud Client Libraries are designed for trusted server environments and should be used with Application Default Credentials and the `ondemandAdmin` role; JWTs are not needed in this context."],["The Fleet Engine Authentication Library simplifies the creation and signing of JWTs for securing Fleet Engine API access in untrusted environments, particularly recommended for Java implementations."],["Libraries for various languages like Java, Node.js, Go, Python, C#, PHP, and Ruby are available with instructions and links for installation provided."]]],[]]