Onboarding Authorization Service
Authorizes requesting workload to join the mesh and become a part of a specific WorkloadGroup.
OnboardingAuthorizationService
Service that authorizes requesting workload to join the mesh and become a part of a specific WorkloadGroup.
AuthorizeOnboarding
AuthorizeOnboardingRequest
Request to authorize the workload to join the mesh and become a part of a specific WorkloadGroup.
| Field | Description | Validation Rule |
|---|---|---|
credential | google.protobuf.Any | any = { |
workloadGroup | tetrateio.api.onboarding.config.types.core.v1alpha1.NamespacedName | message = { |
AuthorizeOnboardingResponse
Response to the authorization request.
| Field | Description | Validation Rule |
|---|---|---|
token | string | – |
expiresAt | google.protobuf.Timestamp | – |