Skip to content

nooschain v0.1.0


nooschain / observability/observability-types / NodeOperatorIdentity

Interface: NodeOperatorIdentity

Defined in: observability/observability-types.ts:16

Identity returned by the observability auth guard after a request is accepted.

Properties

authMethod

authMethod: "bearer_token" | "dev_fallback"

Defined in: observability/observability-types.ts:20

Indicates whether auth used the configured token or the development fallback token.


kind

kind: "operator"

Defined in: observability/observability-types.ts:18

Distinguishes operator identities from future user/service identities.

Audience-first NOOSChain documentation.