docs: add secrets management concept page#458
Merged
Conversation
Explains the JIT secrets pattern for retrieving credentials from secret stores during flox activate, with examples for macOS Keychain, 1Password, HashiCorp Vault, AWS Secrets Manager, and cross-platform setups. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Kaysahni
approved these changes
Mar 31, 2026
Addresses review feedback to reduce page length by putting the either/or secret store examples into tabbed content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
djsauble
approved these changes
Apr 7, 2026
Resolves markdownlint MD060 errors by spacing the secret store reference table separator to match the rest of the table. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
PR #458's new external links to flox.dev/blog and flox.dev/popular-packages intermittently fail with TCP-level "Connection failed" errors in CI. Bump host_request_interval from 50ms to 500ms so bursts to a single host have more breathing room, and raise max_retries from 3 to 5 so transient failures get more chances to recover. Co-Authored-By: Claude Opus 4.6 (1M context) <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
Test plan
mkdocs serve🤖 Generated with Claude Code