@clef-sh/core 0.1.27 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/artifact/packer.d.ts +4 -3
- package/dist/artifact/packer.d.ts.map +1 -1
- package/dist/artifact/resolve.d.ts +3 -2
- package/dist/artifact/resolve.d.ts.map +1 -1
- package/dist/compliance/run.d.ts.map +1 -1
- package/dist/diff/engine.d.ts +18 -8
- package/dist/diff/engine.d.ts.map +1 -1
- package/dist/import/index.d.ts +5 -5
- package/dist/import/index.d.ts.map +1 -1
- package/dist/index.d.mts +14 -12
- package/dist/index.d.ts +14 -12
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1225 -872
- package/dist/index.js.map +4 -4
- package/dist/index.mjs +1213 -848
- package/dist/index.mjs.map +4 -4
- package/dist/kms/aws-arn.d.ts +29 -0
- package/dist/kms/aws-arn.d.ts.map +1 -0
- package/dist/kms/index.d.ts +2 -0
- package/dist/kms/index.d.ts.map +1 -1
- package/dist/lint/runner.d.ts +7 -7
- package/dist/lint/runner.d.ts.map +1 -1
- package/dist/manifest/io.d.ts +6 -0
- package/dist/manifest/io.d.ts.map +1 -1
- package/dist/manifest/parser.d.ts.map +1 -1
- package/dist/matrix/manager.d.ts +4 -16
- package/dist/matrix/manager.d.ts.map +1 -1
- package/dist/merge/driver.d.ts +2 -2
- package/dist/merge/driver.d.ts.map +1 -1
- package/dist/merge/metadata-driver.d.ts +5 -4
- package/dist/merge/metadata-driver.d.ts.map +1 -1
- package/dist/migration/backend.d.ts +10 -7
- package/dist/migration/backend.d.ts.map +1 -1
- package/dist/pack/backends/json-envelope.d.ts.map +1 -1
- package/dist/pack/types.d.ts +9 -3
- package/dist/pack/types.d.ts.map +1 -1
- package/dist/pending/metadata.d.ts +1 -3
- package/dist/pending/metadata.d.ts.map +1 -1
- package/dist/recipients/index.d.ts +4 -3
- package/dist/recipients/index.d.ts.map +1 -1
- package/dist/report/generator.d.ts +4 -3
- package/dist/report/generator.d.ts.map +1 -1
- package/dist/reset/manager.d.ts +21 -3
- package/dist/reset/manager.d.ts.map +1 -1
- package/dist/service-identity/manager.d.ts +6 -3
- package/dist/service-identity/manager.d.ts.map +1 -1
- package/dist/sops/client.d.ts +80 -55
- package/dist/sops/client.d.ts.map +1 -1
- package/dist/sops/linux-stdin-fifo.d.ts +31 -0
- package/dist/sops/linux-stdin-fifo.d.ts.map +1 -0
- package/dist/source/compose.d.ts +10 -0
- package/dist/source/compose.d.ts.map +1 -0
- package/dist/source/default-bulk.d.ts +12 -0
- package/dist/source/default-bulk.d.ts.map +1 -0
- package/dist/source/encryption-backend.d.ts +85 -0
- package/dist/source/encryption-backend.d.ts.map +1 -0
- package/dist/source/errors.d.ts +19 -0
- package/dist/source/errors.d.ts.map +1 -0
- package/dist/source/filesystem-storage-backend.d.ts +26 -0
- package/dist/source/filesystem-storage-backend.d.ts.map +1 -0
- package/dist/source/guards.d.ts +14 -0
- package/dist/source/guards.d.ts.map +1 -0
- package/dist/source/index.d.ts +10 -0
- package/dist/source/index.d.ts.map +1 -0
- package/dist/source/mock-source.d.ts +89 -0
- package/dist/source/mock-source.d.ts.map +1 -0
- package/dist/source/storage-backend.d.ts +61 -0
- package/dist/source/storage-backend.d.ts.map +1 -0
- package/dist/source/types.d.ts +212 -0
- package/dist/source/types.d.ts.map +1 -0
- package/dist/structure/manager.d.ts +17 -3
- package/dist/structure/manager.d.ts.map +1 -1
- package/dist/sync/manager.d.ts +7 -6
- package/dist/sync/manager.d.ts.map +1 -1
- package/dist/types/index.d.ts +10 -23
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/bulk/ops.d.ts +0 -57
- package/dist/bulk/ops.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @clef-sh/core
|
|
2
2
|
|
|
3
|
-
Core library for [Clef](https://clef.sh) — git-native secrets management built on [
|
|
3
|
+
Core library for [Clef](https://clef.sh) — git-native secrets management built on [CNCF SOPS](https://github.com/getsops/sops).
|
|
4
4
|
|
|
5
5
|
Provides manifest parsing, matrix management, SOPS encryption/decryption, schema validation, diffing, linting, secret scanning, import/export, recipient management, and more. Used by [`@clef-sh/cli`](https://www.npmjs.com/package/@clef-sh/cli) and the local web UI.
|
|
6
6
|
|
|
@@ -78,7 +78,6 @@ const result = await scanner.scan("/path/to/repo", { severity: "all" });
|
|
|
78
78
|
| `SchemaValidator` | Validate decrypted values against YAML schemas |
|
|
79
79
|
| `DiffEngine` | Compare secrets between two environments |
|
|
80
80
|
| `LintRunner` | Full matrix health checks (completeness, schema, SOPS) |
|
|
81
|
-
| `BulkOps` | Multi-environment set, delete, and copy |
|
|
82
81
|
| `GitIntegration` | Stage, commit, status, pre-commit hooks |
|
|
83
82
|
| `ScanRunner` | Detect plaintext secrets via entropy + pattern matching |
|
|
84
83
|
| `ImportRunner` | Import from `.env`, JSON, or YAML |
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ClefManifest
|
|
1
|
+
import { ClefManifest } from "../types";
|
|
2
|
+
import type { SecretSource } from "../source/types";
|
|
2
3
|
import { KmsProvider } from "../kms";
|
|
3
4
|
import { MatrixManager } from "../matrix/manager";
|
|
4
5
|
import { PackConfig, PackResult } from "./types";
|
|
@@ -10,10 +11,10 @@ import { PackConfig, PackResult } from "./types";
|
|
|
10
11
|
* be fetched by the runtime agent via HTTP or local file.
|
|
11
12
|
*/
|
|
12
13
|
export declare class ArtifactPacker {
|
|
13
|
-
private readonly
|
|
14
|
+
private readonly source;
|
|
14
15
|
private readonly matrixManager;
|
|
15
16
|
private readonly kms?;
|
|
16
|
-
constructor(
|
|
17
|
+
constructor(source: SecretSource, matrixManager: MatrixManager, kms?: KmsProvider | undefined);
|
|
17
18
|
/**
|
|
18
19
|
* Pack an artifact: decrypt scoped SOPS files, age-encrypt the merged
|
|
19
20
|
* values to the service identity's recipient, and write a JSON envelope.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packer.d.ts","sourceRoot":"","sources":["../../src/artifact/packer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"packer.d.ts","sourceRoot":"","sources":["../../src/artifact/packer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAiB,MAAM,UAAU,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AACrC,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,UAAU,EAAkB,MAAM,SAAS,CAAC;AAMjE;;;;;;GAMG;AACH,qBAAa,cAAc;IAEvB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,aAAa;IAC9B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC;gBAFJ,MAAM,EAAE,YAAY,EACpB,aAAa,EAAE,aAAa,EAC5B,GAAG,CAAC,EAAE,WAAW,YAAA;IAGpC;;;OAGG;IACG,IAAI,CAAC,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC;CA+I9F"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ClefManifest,
|
|
1
|
+
import { ClefManifest, ServiceIdentityDefinition, ServiceIdentityEnvironmentConfig } from "../types";
|
|
2
|
+
import type { SecretSource } from "../source/types";
|
|
2
3
|
import { MatrixManager } from "../matrix/manager";
|
|
3
4
|
/** Resolved identity secrets: namespace → key → value, plus metadata. */
|
|
4
5
|
export interface ResolvedSecrets {
|
|
@@ -21,5 +22,5 @@ export interface ResolvedSecrets {
|
|
|
21
22
|
* Shared by `ArtifactPacker` (and any future consumers) to avoid duplicating
|
|
22
23
|
* the decrypt-merge-collision-check logic.
|
|
23
24
|
*/
|
|
24
|
-
export declare function resolveIdentitySecrets(identityName: string, environment: string, manifest: ClefManifest, repoRoot: string,
|
|
25
|
+
export declare function resolveIdentitySecrets(identityName: string, environment: string, manifest: ClefManifest, repoRoot: string, source: SecretSource, matrixManager: MatrixManager): Promise<ResolvedSecrets>;
|
|
25
26
|
//# sourceMappingURL=resolve.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../src/artifact/resolve.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,
|
|
1
|
+
{"version":3,"file":"resolve.d.ts","sourceRoot":"","sources":["../../src/artifact/resolve.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,yBAAyB,EACzB,gCAAgC,EACjC,MAAM,UAAU,CAAC;AAClB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,yEAAyE;AACzE,MAAM,WAAW,eAAe;IAC9B;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAC/C,+CAA+C;IAC/C,QAAQ,EAAE,yBAAyB,CAAC;IACpC,gFAAgF;IAChF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iDAAiD;IACjD,SAAS,EAAE,gCAAgC,CAAC;CAC7C;AAED;;;;;GAKG;AACH,wBAAsB,sBAAsB,CAC1C,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,YAAY,EACtB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,YAAY,EACpB,aAAa,EAAE,aAAa,GAC3B,OAAO,CAAC,eAAe,CAAC,CA6C1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../src/compliance/run.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAc,gBAAgB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"run.d.ts","sourceRoot":"","sources":["../../src/compliance/run.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAc,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAMxD,OAAO,EAAsB,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C;;;;;;;;GAQG;AACH,MAAM,WAAW,oBAAoB;IACnC,iCAAiC;IACjC,MAAM,EAAE,gBAAgB,CAAC;IACzB,qDAAqD;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0DAA0D;IAC1D,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;OAGG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,yEAAyE;IACzE,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wEAAwE;IACxE,MAAM,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;QAAC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC;IAC5D,iEAAiE;IACjE,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,sDAAsD;IACtD,OAAO,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,OAAO,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;IACjE;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,4DAA4D;IAC5D,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,kBAAkB,CAAC;IAC7B;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB,2CAA2C;IAC3C,UAAU,EAAE,MAAM,CAAC;CACpB;AAKD;;;;;;GAMG;AACH,wBAAsB,aAAa,CAAC,IAAI,EAAE,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CA+E5F"}
|
package/dist/diff/engine.d.ts
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* TIER 1 MODULE — Security and correctness critical.
|
|
3
|
+
*
|
|
4
|
+
* This module requires exhaustive test coverage. Before
|
|
5
|
+
* adding or modifying code here:
|
|
6
|
+
* 1. Add tests for the happy path
|
|
7
|
+
* 2. Add tests for all documented error paths
|
|
8
|
+
* 3. Add at least one boundary/edge case test
|
|
9
|
+
*
|
|
10
|
+
* Coverage threshold: 95% lines/functions, 90% branches.
|
|
11
|
+
* See docs/contributing/testing.md for the rationale.
|
|
12
|
+
*/
|
|
13
|
+
import { DiffResult } from "../types";
|
|
14
|
+
import type { SecretSource } from "../source/types";
|
|
3
15
|
/**
|
|
4
16
|
* Compares decrypted values between two environments or two arbitrary key/value maps.
|
|
5
17
|
*
|
|
6
18
|
* @example
|
|
7
19
|
* ```ts
|
|
8
20
|
* const engine = new DiffEngine();
|
|
9
|
-
* const result = await engine.
|
|
21
|
+
* const result = await engine.diffCells("app", "staging", "production", source);
|
|
10
22
|
* ```
|
|
11
23
|
*/
|
|
12
24
|
export declare class DiffEngine {
|
|
@@ -28,11 +40,9 @@ export declare class DiffEngine {
|
|
|
28
40
|
* @param namespace - Namespace containing both cells.
|
|
29
41
|
* @param envA - Name of environment A.
|
|
30
42
|
* @param envB - Name of environment B.
|
|
31
|
-
* @param
|
|
32
|
-
* @
|
|
33
|
-
* @param repoRoot - Absolute path to the repository root.
|
|
34
|
-
* @throws {@link SopsDecryptionError} If either file cannot be decrypted.
|
|
43
|
+
* @param source - SecretSource that resolves both cells (substrate-agnostic).
|
|
44
|
+
* @throws {@link SopsDecryptionError} If either cell cannot be decrypted.
|
|
35
45
|
*/
|
|
36
|
-
|
|
46
|
+
diffCells(namespace: string, envA: string, envB: string, source: SecretSource): Promise<DiffResult>;
|
|
37
47
|
}
|
|
38
48
|
//# sourceMappingURL=engine.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../src/diff/engine.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../src/diff/engine.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,OAAO,EAAE,UAAU,EAAuB,MAAM,UAAU,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD;;;;;;;;GAQG;AACH,qBAAa,UAAU;IACrB;;;;;;;;;;OAUG;IACH,IAAI,CACF,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC/B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAC/B,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,SAAS,GAAE,MAAW,GACrB,UAAU;IAuCb;;;;;;;;OAQG;IACG,SAAS,CACb,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,YAAY,GACnB,OAAO,CAAC,UAAU,CAAC;CAQvB"}
|
package/dist/import/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ClefManifest } from "../types";
|
|
2
|
-
import {
|
|
2
|
+
import type { SecretSource } from "../source/types";
|
|
3
3
|
import { ImportFormat } from "./parsers";
|
|
4
4
|
import { TransactionManager } from "../tx";
|
|
5
5
|
export type { ImportFormat, ParsedImport } from "./parsers";
|
|
@@ -32,7 +32,7 @@ export interface ImportResult {
|
|
|
32
32
|
* Imports secrets from `.env`, JSON, or YAML files into encrypted matrix cells.
|
|
33
33
|
*
|
|
34
34
|
* Real (non-dry-run) imports run inside a single TransactionManager commit:
|
|
35
|
-
* one
|
|
35
|
+
* one write of the merged value set, one commit, all-or-nothing rollback
|
|
36
36
|
* via `git reset --hard`. The previous per-key encrypt-then-continue
|
|
37
37
|
* behavior is gone — partial imports were a footgun and N file rewrites for
|
|
38
38
|
* N keys was wasteful.
|
|
@@ -40,14 +40,14 @@ export interface ImportResult {
|
|
|
40
40
|
* @example
|
|
41
41
|
* ```ts
|
|
42
42
|
* const tx = new TransactionManager(new GitIntegration(runner));
|
|
43
|
-
* const importer = new ImportRunner(
|
|
43
|
+
* const importer = new ImportRunner(source, tx);
|
|
44
44
|
* const result = await importer.import("app/staging", null, envContent, manifest, repoRoot, { format: "dotenv" });
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
47
|
export declare class ImportRunner {
|
|
48
|
-
private readonly
|
|
48
|
+
private readonly source;
|
|
49
49
|
private readonly tx;
|
|
50
|
-
constructor(
|
|
50
|
+
constructor(source: SecretSource, tx: TransactionManager);
|
|
51
51
|
/**
|
|
52
52
|
* Parse a source file and import its key/value pairs into a target `namespace/environment` cell.
|
|
53
53
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/import/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/import/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACxC,OAAO,KAAK,EAAW,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,EAAS,YAAY,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAC3C,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAE5D,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,EAAE,KAAK,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC9C,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;;;;;;;;;;GAeG;AACH,qBAAa,YAAY;IAErB,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,EAAE;gBADF,MAAM,EAAE,YAAY,EACpB,EAAE,EAAE,kBAAkB;IAGzC;;;;;;;;;OASG;IACG,MAAM,CACV,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,MAAM,GAAG,IAAI,EACzB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,YAAY,EACtB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,aAAa,GACrB,OAAO,CAAC,YAAY,CAAC;CAgGzB"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
export * from "./types";
|
|
2
2
|
export { ManifestParser, CLEF_MANIFEST_FILENAME } from "./manifest/parser";
|
|
3
3
|
export { readManifestYaml, writeManifestYaml, writeManifestYamlRaw } from "./manifest/io";
|
|
4
|
-
export { ScanRunner
|
|
4
|
+
export { ScanRunner } from "./scanner";
|
|
5
5
|
export type { ScanMatch, ScanResult, ScanOptions, ClefIgnoreRules } from "./scanner";
|
|
6
6
|
export { MatrixManager } from "./matrix/manager";
|
|
7
7
|
export { SchemaValidator } from "./schema/validator";
|
|
8
|
-
export {
|
|
9
|
-
export type { SerializeSchemaOptions } from "./schema/writer";
|
|
8
|
+
export { writeSchema, writeSchemaRaw, emptyTemplate, exampleTemplate } from "./schema/writer";
|
|
10
9
|
export { DiffEngine } from "./diff/engine";
|
|
11
|
-
export { BulkOps } from "./bulk/ops";
|
|
12
10
|
export { GitIntegration } from "./git/integration";
|
|
13
11
|
export { TransactionManager, TransactionLockError, TransactionPreflightError, TransactionRollbackError, } from "./tx";
|
|
14
12
|
export type { TransactionOptions, TransactionResult } from "./tx";
|
|
@@ -16,6 +14,7 @@ export { SopsClient } from "./sops/client";
|
|
|
16
14
|
export { isClefHsmArn, pkcs11UriToSyntheticArn, syntheticArnToPkcs11Uri } from "./sops/hsm-arn";
|
|
17
15
|
export { resolveSopsPath, resetSopsResolution } from "./sops/resolver";
|
|
18
16
|
export type { SopsResolution, SopsSource } from "./sops/resolver";
|
|
17
|
+
export { wrapWithLinuxStdinFifo, shouldUseLinuxStdinFifo } from "./sops/linux-stdin-fifo";
|
|
19
18
|
export { resolveKeyservicePath, resetKeyserviceResolution, spawnKeyservice, tryBundledKeyservice, } from "./hsm";
|
|
20
19
|
export type { KeyserviceHandle, KeyserviceResolution, KeyserviceSource, SpawnKeyserviceOptions, } from "./hsm";
|
|
21
20
|
export { LintRunner } from "./lint/runner";
|
|
@@ -23,11 +22,11 @@ export { ConsumptionClient } from "./consumption/client";
|
|
|
23
22
|
export { checkDependency, checkAll, assertSops, REQUIREMENTS } from "./dependencies/checker";
|
|
24
23
|
export { generateAgeIdentity, deriveAgePublicKey, formatAgeKeyFile } from "./age/keygen";
|
|
25
24
|
export type { AgeIdentity } from "./age/keygen";
|
|
26
|
-
export {
|
|
27
|
-
export type { PendingKey, RotationRecord, CellMetadata
|
|
25
|
+
export { markPending, markResolved, recordRotation, removeRotation, generateRandomValue, } from "./pending/metadata";
|
|
26
|
+
export type { PendingKey, RotationRecord, CellMetadata } from "./pending/metadata";
|
|
28
27
|
export { ImportRunner } from "./import";
|
|
29
28
|
export type { ImportFormat, ImportOptions, ImportResult, ParsedImport } from "./import";
|
|
30
|
-
export { parse,
|
|
29
|
+
export { parse, parseYaml } from "./import/parsers";
|
|
31
30
|
export { RecipientManager } from "./recipients";
|
|
32
31
|
export type { Recipient, RecipientsResult } from "./recipients";
|
|
33
32
|
export { validateAgePublicKey, keyPreview } from "./recipients/validator";
|
|
@@ -38,7 +37,7 @@ export { DriftDetector } from "./drift/detector";
|
|
|
38
37
|
export { ReportGenerator, ReportSanitizer, ReportTransformer, CloudClient, collectCIContext, } from "./report";
|
|
39
38
|
export { SopsMergeDriver } from "./merge/driver";
|
|
40
39
|
export type { MergeResult, MergeKey, MergeKeyStatus } from "./merge/driver";
|
|
41
|
-
export {
|
|
40
|
+
export { mergeMetadataFiles } from "./merge/metadata-driver";
|
|
42
41
|
export { ServiceIdentityManager } from "./service-identity/manager";
|
|
43
42
|
export type { CreateServiceIdentityOptions } from "./service-identity/manager";
|
|
44
43
|
export { StructureManager } from "./structure/manager";
|
|
@@ -50,16 +49,16 @@ export { FilePackOutput, MemoryPackOutput } from "./artifact/output";
|
|
|
50
49
|
export { isPackedArtifact, validatePackedArtifact, assertPackedArtifact, InvalidArtifactError, } from "./artifact/guards";
|
|
51
50
|
export type { ValidationResult } from "./artifact/guards";
|
|
52
51
|
export type { PackedArtifact, PackConfig, PackResult, PackOutput, KmsEnvelope, SignatureAlgorithm, } from "./artifact/types";
|
|
53
|
-
export { buildSigningPayload,
|
|
52
|
+
export { buildSigningPayload, verifySignature } from "./artifact/signer";
|
|
54
53
|
export { computeCiphertextHash } from "./artifact/hash";
|
|
55
54
|
export type { InspectEnvelope, InspectResult, HashStatus, SignatureStatus, ExpiryStatus, RevocationStatus, OverallStatus, VerifyResult, VerifyInputs, DecryptStatus, DecryptResult, DecryptSuccessInputs, } from "./envelope-debug";
|
|
56
|
-
export { buildInspectError, buildInspectResult, buildVerifyError, buildVerifyResult, buildDecryptError, buildDecryptResult,
|
|
55
|
+
export { buildInspectError, buildInspectResult, buildVerifyError, buildVerifyResult, buildDecryptError, buildDecryptResult, formatRevealWarning, parseSignerKey, } from "./envelope-debug";
|
|
57
56
|
export { PackBackendRegistry } from "./pack/registry";
|
|
58
57
|
export type { PackBackend, PackBackendFactory, PackRequest, PackServices, BackendPackResult, } from "./pack/types";
|
|
59
58
|
export { JsonEnvelopeBackend } from "./pack/backends/json-envelope";
|
|
60
59
|
export type { JsonEnvelopeOptions } from "./pack/backends/json-envelope";
|
|
61
|
-
export type { KmsProvider, KmsWrapResult, KmsProviderType } from "./kms";
|
|
62
|
-
export { VALID_KMS_PROVIDERS } from "./kms";
|
|
60
|
+
export type { KmsProvider, KmsWrapResult, KmsProviderType, AwsKmsArnValidation } from "./kms";
|
|
61
|
+
export { VALID_KMS_PROVIDERS, validateAwsKmsArn } from "./kms";
|
|
63
62
|
export { BackendMigrator } from "./migration/backend";
|
|
64
63
|
export type { MigrationTarget, MigrationOptions, MigrationResult, MigrationProgressEvent, } from "./migration/backend";
|
|
65
64
|
export { ResetManager, describeScope, validateResetScope } from "./reset/manager";
|
|
@@ -74,4 +73,7 @@ export { ComplianceGenerator } from "./compliance/generator";
|
|
|
74
73
|
export type { ComplianceDocument, ComplianceSummary, GenerateOptions } from "./compliance/types";
|
|
75
74
|
export { runCompliance } from "./compliance/run";
|
|
76
75
|
export type { RunComplianceOptions, RunComplianceResult } from "./compliance/run";
|
|
76
|
+
export { describeCapabilities, isBulk, isLintable, isMergeAware, isMigratable, isRecipientManaged, isRotatable, isStructural, SourceCapabilityUnsupportedError, FilesystemStorageBackend, composeSecretSource, } from "./source";
|
|
77
|
+
export type { StorageBackend, EncryptionBackend, EncryptionContext, RotateOptions } from "./source";
|
|
78
|
+
export type { AddRecipientRequest, Bulk, CellData, CellPendingMetadata, CellRef, Lintable, MergeAware, Migratable, RecipientDriftResult, RecipientManaged, RemoveRecipientRequest, Rotatable, SecretSource, SourceCapabilities, Structural, } from "./source";
|
|
77
79
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
export * from "./types";
|
|
2
2
|
export { ManifestParser, CLEF_MANIFEST_FILENAME } from "./manifest/parser";
|
|
3
3
|
export { readManifestYaml, writeManifestYaml, writeManifestYamlRaw } from "./manifest/io";
|
|
4
|
-
export { ScanRunner
|
|
4
|
+
export { ScanRunner } from "./scanner";
|
|
5
5
|
export type { ScanMatch, ScanResult, ScanOptions, ClefIgnoreRules } from "./scanner";
|
|
6
6
|
export { MatrixManager } from "./matrix/manager";
|
|
7
7
|
export { SchemaValidator } from "./schema/validator";
|
|
8
|
-
export {
|
|
9
|
-
export type { SerializeSchemaOptions } from "./schema/writer";
|
|
8
|
+
export { writeSchema, writeSchemaRaw, emptyTemplate, exampleTemplate } from "./schema/writer";
|
|
10
9
|
export { DiffEngine } from "./diff/engine";
|
|
11
|
-
export { BulkOps } from "./bulk/ops";
|
|
12
10
|
export { GitIntegration } from "./git/integration";
|
|
13
11
|
export { TransactionManager, TransactionLockError, TransactionPreflightError, TransactionRollbackError, } from "./tx";
|
|
14
12
|
export type { TransactionOptions, TransactionResult } from "./tx";
|
|
@@ -16,6 +14,7 @@ export { SopsClient } from "./sops/client";
|
|
|
16
14
|
export { isClefHsmArn, pkcs11UriToSyntheticArn, syntheticArnToPkcs11Uri } from "./sops/hsm-arn";
|
|
17
15
|
export { resolveSopsPath, resetSopsResolution } from "./sops/resolver";
|
|
18
16
|
export type { SopsResolution, SopsSource } from "./sops/resolver";
|
|
17
|
+
export { wrapWithLinuxStdinFifo, shouldUseLinuxStdinFifo } from "./sops/linux-stdin-fifo";
|
|
19
18
|
export { resolveKeyservicePath, resetKeyserviceResolution, spawnKeyservice, tryBundledKeyservice, } from "./hsm";
|
|
20
19
|
export type { KeyserviceHandle, KeyserviceResolution, KeyserviceSource, SpawnKeyserviceOptions, } from "./hsm";
|
|
21
20
|
export { LintRunner } from "./lint/runner";
|
|
@@ -23,11 +22,11 @@ export { ConsumptionClient } from "./consumption/client";
|
|
|
23
22
|
export { checkDependency, checkAll, assertSops, REQUIREMENTS } from "./dependencies/checker";
|
|
24
23
|
export { generateAgeIdentity, deriveAgePublicKey, formatAgeKeyFile } from "./age/keygen";
|
|
25
24
|
export type { AgeIdentity } from "./age/keygen";
|
|
26
|
-
export {
|
|
27
|
-
export type { PendingKey, RotationRecord, CellMetadata
|
|
25
|
+
export { markPending, markResolved, recordRotation, removeRotation, generateRandomValue, } from "./pending/metadata";
|
|
26
|
+
export type { PendingKey, RotationRecord, CellMetadata } from "./pending/metadata";
|
|
28
27
|
export { ImportRunner } from "./import";
|
|
29
28
|
export type { ImportFormat, ImportOptions, ImportResult, ParsedImport } from "./import";
|
|
30
|
-
export { parse,
|
|
29
|
+
export { parse, parseYaml } from "./import/parsers";
|
|
31
30
|
export { RecipientManager } from "./recipients";
|
|
32
31
|
export type { Recipient, RecipientsResult } from "./recipients";
|
|
33
32
|
export { validateAgePublicKey, keyPreview } from "./recipients/validator";
|
|
@@ -38,7 +37,7 @@ export { DriftDetector } from "./drift/detector";
|
|
|
38
37
|
export { ReportGenerator, ReportSanitizer, ReportTransformer, CloudClient, collectCIContext, } from "./report";
|
|
39
38
|
export { SopsMergeDriver } from "./merge/driver";
|
|
40
39
|
export type { MergeResult, MergeKey, MergeKeyStatus } from "./merge/driver";
|
|
41
|
-
export {
|
|
40
|
+
export { mergeMetadataFiles } from "./merge/metadata-driver";
|
|
42
41
|
export { ServiceIdentityManager } from "./service-identity/manager";
|
|
43
42
|
export type { CreateServiceIdentityOptions } from "./service-identity/manager";
|
|
44
43
|
export { StructureManager } from "./structure/manager";
|
|
@@ -50,16 +49,16 @@ export { FilePackOutput, MemoryPackOutput } from "./artifact/output";
|
|
|
50
49
|
export { isPackedArtifact, validatePackedArtifact, assertPackedArtifact, InvalidArtifactError, } from "./artifact/guards";
|
|
51
50
|
export type { ValidationResult } from "./artifact/guards";
|
|
52
51
|
export type { PackedArtifact, PackConfig, PackResult, PackOutput, KmsEnvelope, SignatureAlgorithm, } from "./artifact/types";
|
|
53
|
-
export { buildSigningPayload,
|
|
52
|
+
export { buildSigningPayload, verifySignature } from "./artifact/signer";
|
|
54
53
|
export { computeCiphertextHash } from "./artifact/hash";
|
|
55
54
|
export type { InspectEnvelope, InspectResult, HashStatus, SignatureStatus, ExpiryStatus, RevocationStatus, OverallStatus, VerifyResult, VerifyInputs, DecryptStatus, DecryptResult, DecryptSuccessInputs, } from "./envelope-debug";
|
|
56
|
-
export { buildInspectError, buildInspectResult, buildVerifyError, buildVerifyResult, buildDecryptError, buildDecryptResult,
|
|
55
|
+
export { buildInspectError, buildInspectResult, buildVerifyError, buildVerifyResult, buildDecryptError, buildDecryptResult, formatRevealWarning, parseSignerKey, } from "./envelope-debug";
|
|
57
56
|
export { PackBackendRegistry } from "./pack/registry";
|
|
58
57
|
export type { PackBackend, PackBackendFactory, PackRequest, PackServices, BackendPackResult, } from "./pack/types";
|
|
59
58
|
export { JsonEnvelopeBackend } from "./pack/backends/json-envelope";
|
|
60
59
|
export type { JsonEnvelopeOptions } from "./pack/backends/json-envelope";
|
|
61
|
-
export type { KmsProvider, KmsWrapResult, KmsProviderType } from "./kms";
|
|
62
|
-
export { VALID_KMS_PROVIDERS } from "./kms";
|
|
60
|
+
export type { KmsProvider, KmsWrapResult, KmsProviderType, AwsKmsArnValidation } from "./kms";
|
|
61
|
+
export { VALID_KMS_PROVIDERS, validateAwsKmsArn } from "./kms";
|
|
63
62
|
export { BackendMigrator } from "./migration/backend";
|
|
64
63
|
export type { MigrationTarget, MigrationOptions, MigrationResult, MigrationProgressEvent, } from "./migration/backend";
|
|
65
64
|
export { ResetManager, describeScope, validateResetScope } from "./reset/manager";
|
|
@@ -74,4 +73,7 @@ export { ComplianceGenerator } from "./compliance/generator";
|
|
|
74
73
|
export type { ComplianceDocument, ComplianceSummary, GenerateOptions } from "./compliance/types";
|
|
75
74
|
export { runCompliance } from "./compliance/run";
|
|
76
75
|
export type { RunComplianceOptions, RunComplianceResult } from "./compliance/run";
|
|
76
|
+
export { describeCapabilities, isBulk, isLintable, isMergeAware, isMigratable, isRecipientManaged, isRotatable, isStructural, SourceCapabilityUnsupportedError, FilesystemStorageBackend, composeSecretSource, } from "./source";
|
|
77
|
+
export type { StorageBackend, EncryptionBackend, EncryptionContext, RotateOptions } from "./source";
|
|
78
|
+
export type { AddRecipientRequest, Bulk, CellData, CellPendingMetadata, CellRef, Lintable, MergeAware, Migratable, RecipientDriftResult, RecipientManaged, RemoveRecipientRequest, Rotatable, SecretSource, SourceCapabilities, Structural, } from "./source";
|
|
77
79
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|