Skip to content

docs(python): align from_env secret messaging - #63

Closed
joshrotenberg wants to merge 1 commit into
mainfrom
docs-python-from-env-secret-error
Closed

docs(python): align from_env secret messaging#63
joshrotenberg wants to merge 1 commit into
mainfrom
docs-python-from-env-secret-error

Conversation

@joshrotenberg

Copy link
Copy Markdown
Contributor

Summary

  • update the Python CloudClient.from_env() error message so it names every supported secret env var
  • document the legacy key and secret aliases accepted by the Python binding
  • strengthen the Python test to assert the alias names are present in the error message

Testing

  • cargo test
  • pytest python/tests/test_client.py (fails in local env: missing built redis_cloud.redis_cloud extension module during test collection)

Closes #58

@joshrotenberg

Copy link
Copy Markdown
Contributor Author

Closing — this branch's Cargo.lock changes would downgrade aws-lc-sys 0.40 → 0.37 and rustls-webpki 0.103.13 → 0.103.9, re-introducing the RUSTSEC-2026-{0044,0045,0049,0098,0099,0104} advisories that #83 closed. The README + Python alias-error wording is small and worth keeping; it can be re-cut against current main when the Python publish (#48) and binding scope (#66) work resumes.

@joshrotenberg
joshrotenberg deleted the docs-python-from-env-secret-error branch May 26, 2026 23:26
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.

docs(python): align from_env secret error with supported env vars

1 participant