@theholocron/holocron-plugin-infisical 3.28.1 → 3.29.1

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -39,14 +39,14 @@ pnpm add -D @theholocron/holocron-plugin-infisical@alpha
39
39
 
40
40
  ## Auth
41
41
 
42
- Token resolution order (matches the standard 4-step precedence set
43
- by `.notes/tech-auth-bootstrap.spec.md`):
42
+ Token resolution order:
44
43
 
45
44
  1. `--token <TOKEN>` flag on the holocron invocation
46
45
  2. `HOLOCRON_INFISICAL_TOKEN` env var (preferred — explicit intent)
47
46
  3. `INFISICAL_TOKEN` env var (Infisical-native, works in CI)
48
- 4. **Keyring** — `com.theholocron.cli` service, account `infisical`
49
- 5. `AuthError` naming all four options + the bootstrap hint
47
+ 4. Keyring `infisical.<org>` tried first when an org is active via `--org`, `HOLOCRON_ORG`, or `org` in `holocron.config.ts`
48
+ 5. Keyring `infisical` unnamespaced fallback; set via `holocron auth set infisical <token>`
49
+ 6. `AuthError` naming all five options + the bootstrap hint
50
50
 
51
51
  ## Setup
52
52
 
@@ -85,7 +85,7 @@ auth methods attached.
85
85
  **CI**: the keyring is not available in headless containers. Expose
86
86
  the token as a GitHub Actions secret and set `HOLOCRON_INFISICAL_TOKEN`
87
87
  (or `INFISICAL_TOKEN`) in the workflow env. Steps 1–3 of the auth
88
- precedence still work; step 4 quietly falls through.
88
+ precedence still work; steps 4–5 quietly fall through.
89
89
 
90
90
  ## Config
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-infisical",
3
- "version": "3.28.1",
3
+ "version": "3.29.1",
4
4
  "description": "Holocron plugin for Infisical. Implements the vault capability against Infisical's REST API, plus exports verifyToken + AUTH_HINT for `holocron auth`.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-infisical#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@theholocron/infisical-client": "^1.9.0",
25
- "@theholocron/cli": "3.28.1"
25
+ "@theholocron/cli": "3.29.1"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/infisical-client": {
@@ -30,11 +30,11 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
- "@theholocron/eslint-config": "^7.19.1",
33
+ "@theholocron/eslint-config": "^7.20.0",
34
34
  "@theholocron/infisical-client": "^1.9.0",
35
- "@theholocron/tsconfig": "^7.19.1",
36
- "@theholocron/tsdown-config": "^7.19.1",
37
- "@theholocron/vitest-config": "^7.19.1",
35
+ "@theholocron/tsconfig": "^7.20.0",
36
+ "@theholocron/tsdown-config": "^7.20.0",
37
+ "@theholocron/vitest-config": "^7.20.0",
38
38
  "@types/node": "^26",
39
39
  "@vitest/coverage-v8": "^4.1.10",
40
40
  "@vitest/eslint-plugin": "^1.6.27",
@@ -45,7 +45,7 @@
45
45
  "tsx": "4.22.4",
46
46
  "typescript": "^5.9.3",
47
47
  "vitest": "^4.1.10",
48
- "@theholocron/cli": "3.28.1"
48
+ "@theholocron/cli": "3.29.1"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"