Open Policy Agent TypeScript Packages
    Preparing search index...

    OPA service is not healthy. If the bundles option is specified this can mean any of the configured bundles have not yet been activated. If the plugins option is specified then at least one plugin is in a non-OK state.

    type UnhealthyServerData = {
        code: string;
        error?: string;
        message?: string;
    }
    Index

    Properties

    Properties

    code: string
    error?: string
    message?: string