updating-secrets - v0.3.1
    Preparing search index...

    Function processSecrets

    • Processes the given SecretDefinitions so they can be easily consumed by adapters. This is used within UpdatingSecrets. Outside of UpdatingSecrets, this is only useful for testing adapters.

      Type Parameters

      Parameters

      Returns Record<
          string,
          {
              adapterConfig: NonNullable<Values<SecretDefinitions>["adapterConfig"]>;
              help: { description: string; whereToFind: string };
              secretName: string;
              shapeDefinition: undefined | ShapeDefinition<unknown, true>;
          },
      >