You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the substantial Universal Auth implementation and the self-hosted use-case coverage reflected in #22791.
Automated hermes-sweeper review found this PR falls under the standing third-party integration policy:
Current docs explicitly place Infisical in standalone SecretSource plugin repositories: website/docs/user-guide/secrets/index.md:30-34.
The supported extension point is available: implement agent.secret_sources.base.SecretSource and register it with ctx.register_secret_source(...); the orchestrator owns timeout, precedence, protected bootstrap variables, conflict handling, and provenance (website/docs/developer-guide/secret-source-plugin.md:15-158).
The current registry deliberately closes the bundled set to Bitwarden and 1Password (agent/secret_sources/registry.py:19-25).
Please publish the Infisical backend as a standalone plugin repository and share it in #plugins-skills-and-skins. That preserves the useful Universal Auth work while avoiding vendor-specific core maintenance.
Closed by automated hermes-sweeper review as not planned under in-tree-provider-integration. This is a coupling and maintenance policy decision, not a judgment on the quality of the contribution.
Closed as not-planned per standing maintainer policy (in-tree-provider-integration). This is a design-direction decision, not a code-quality judgment — see the Contribution Rubric in AGENTS.md for what the project is looking for. If you believe this policy was misapplied to your change, comment here and a maintainer will take a look.
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
area/configConfig system, migrations, profilescomp/agentCore agent runtime: loop, agent_init, prompt builder, context-compression, responses endpointcomp/cliCLI entry point, hermes_cli/, setup wizardP3Low — cosmetic, nice to havesweeper:not-plannedSweeper: closed per standing maintainer policy (design direction)type/featureNew feature or request
3 participants
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
Changes
agent.secret_sources.infisicalwith Universal Auth login, v4 secret listing, self-hostedapi_url, imports, recursive fetch, secret-reference expansion, and in-process caching.hermes secrets infisicalsetup/status/sync/disable CLI commands, including theinfalias..envand config entries for Infisical bootstrap credentials.Commits
Related Issues