Аутентификация
Bearer-токены и OIDC federation.
Bearer-токен
GET /v1/instances HTTP/1.1
Host: api.h3llo.cloud
Authorization: Bearer h3pat_xxxxxxxxxxxxOIDC federation
POST /v1/auth/oidc/exchange HTTP/1.1
Host: api.h3llo.cloud
Content-Type: application/json
{
"audience": "h3.gitlab",
"id_token": "eyJhbGciOi...",
"service_account": "ci-deploy@prod"
}Ответ — короткоживущий access token (15 минут).