Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function loadNotaryConfig

    • Parameters

      • notaryDir: string

      Returns {
          notary: {
              allowedSignKinds: string[];
              auth: {
                  enabled: boolean;
                  headerName: string;
                  hmacAlg: "sha256";
                  maxClockSkewSeconds: number;
                  tsHeaderName: string;
              };
              backend: | { keyFile: string; publicKeyFile: string; type: "FILE_SEALED" }
              | { args: string[]; command: string; type: "EXTERNAL_SIGNER" };
              bindHost: string;
              port: number;
              rateLimitPerMinute: number;
              unixSocketPath: string | null;
              version: 1;
          };
      }