docs: cover the store-less variant — ${VAR} env references - #16
Merged
Conversation
The standalone guide read as if OpenBao were mandatory, but a secret
store is only needed for bao:/kv: refs and for anything that WRITES
secrets. Plain ${VAR} references into the gateway's own environment
resolve at connect time with the same anti-passthrough guarantee, so
tokens + env vars is a complete minimal deployment.
- standalone-secrets.md: new step 0 (env-only variant) with the
trade-offs (restart to rotate, values visible in platform env
config, no /me personal credentials / Connect / per-user sessions)
- deploy-coolify.md: mark the BAO_*/KEY_VAULT_URI half of the minimum
env set as optional, link the env-only section
- README: note OpenBao is optional in the standalone-with-secrets card
- .env.example: document ${VAR} injection next to the store knobs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The standalone docs read as if OpenBao were mandatory. It isn't: a secret store only serves
bao:/kv:refs and secret writes — plain${VAR}references resolve from the gateway's own environment at connect time (secrets/store.tsresolveInjectionValue), embedded forms included (Bearer ${ITGLUE_TOKEN}), with the same anti-passthrough guarantee. So the smallest deployment is static tokens + env vars, and it deserved to be documented./mepersonal credentials →503, one-click Connect,sessionMode: "per-user") still needs a real store.BAO_*/KEY_VAULT_URIhalf of the "minimum viable set" is now marked optional, linking the env-only section.${VAR}injection documented next to the store knobs.Docs-only, no code changes.
🤖 Generated with Claude Code