Skip to content

Add secret file environment support#10

Open
agentlaunchops-ai wants to merge 1 commit into
vortacity:mainfrom
agentlaunchops-ai:agentlaunchops-secret-file-env
Open

Add secret file environment support#10
agentlaunchops-ai wants to merge 1 commit into
vortacity:mainfrom
agentlaunchops-ai:agentlaunchops-secret-file-env

Conversation

@agentlaunchops-ai

Copy link
Copy Markdown

Summary

  • add ANGLERFISH_CLIENT_SECRET_FILE and ANGLERFISH_CLIENT_CERT_PASSPHRASE_FILE support
  • reject ambiguous direct-value + file configuration with a clear AuthenticationError
  • document the new variables in README and .env.example

Closes #4.

Tests

  • uv run --extra dev pytest tests/test_auth.py
  • uv run --extra dev pytest
  • uv run --extra dev ruff check .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support reading the client secret from a file (ANGLERFISH_CLIENT_SECRET_FILE)

1 participant