Package version:

MatchOIDCIdentity defines the criteria for matching the identity while verifying an OCI artifact.

interface MatchOidcIdentityPatchDefinition {
    issuer?: string;
    subject?: string;
}

Properties

Properties

issuer?: string

The regex pattern to match against to verify the OIDC issuer.

subject?: string

The regex pattern to match against to verify the identity subject.