Skip to content

Connectum API Reference / @connectum/auth / MeshIdentityTrustOptions

Interface: MeshIdentityTrustOptions

Defined in: packages/auth/src/types.ts:383

Options for meshIdentityTrust.

Properties

allowlist

readonly allowlist: readonly MeshIdentityEntry[]

Defined in: packages/auth/src/types.ts:389

Allow-list of permitted mesh identities. Each entry maps a forwarded peer principal to its roles/scopes. A request whose identity is not on the list is rejected.


readonly optional header?: string

Defined in: packages/auth/src/types.ts:394

Header carrying the mesh-forwarded peer identity.

Default

ts
"x-forwarded-client-principal"

type?

readonly optional type?: string

Defined in: packages/auth/src/types.ts:396

Credential type set on the resulting AuthContext.

Default

ts
"mesh"