MonoCloud Management SDK
    Preparing search index...

    Interface SpiffeTrustStoreOptions

    SPIFFE Trust Store Options Response: Represents the configuration applied for SVID validation.

    SpiffeTrustStoreOptions

    interface SpiffeTrustStoreOptions {
        bundle_fetch_timeout: number;
        certificate_auth_cache_duration: number;
        validate_certificate_use: boolean;
        validate_validity_period: boolean;
    }
    Index

    Properties

    bundle_fetch_timeout: number

    Specifies the timeout for downloading the SPIFFE bundle from the bundle endpoint (in seconds).

    SpiffeTrustStoreOptions

    certificate_auth_cache_duration: number

    Specifies how long certificate authentication results are cached (in seconds).

    SpiffeTrustStoreOptions

    validate_certificate_use: boolean

    Indicates whether the client certificate is validated for client authentication, including Client Authentication EKU checks across the certificate chain.

    SpiffeTrustStoreOptions

    validate_validity_period: boolean

    Indicates whether the certificate validity period (NotBefore / NotAfter) is enforced.

    SpiffeTrustStoreOptions