Cerbos JavaScript SDK
    Preparing search index...

    Interface PolicySourceHubRemoteBundle

    Policies sourced from a remote policy bundle using the hub storage driver.

    Requires the Cerbos policy decision point server to be at least v0.52.

    interface PolicySourceHubRemoteBundle {
        kind: "hub";
        remoteBundle: RemoteBundle;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "hub"

    Discriminator to mark the policy source as Cerbos Hub.

    remoteBundle: RemoteBundle

    Details of the remote policy bundle.