Skip to main content

Get Configured Owners

Required role: owner.

List the identities that hold the platform-wide owner role.

Owner comes from deploy-time configuration and cannot be granted through the API, so this list is read-only: changing it means changing the deployment.

Responses
200

Configured owners retrieved

Schema OPTIONAL
owner_trusts object[]

Workload identities granted owner, as configured through authorization.ownerTrusts / FELDERA_OWNER_TRUSTS.

audience string OPTIONAL
issuer string
subject string
owners string[]

Identities granted owner, as configured through authorization.owners / FELDERA_OWNERS. Each entry is a provider-verified email, a bare OIDC subject, or an issuer and subject separated by a space.

403

Caller's role is below the required role

Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.