shunping opened a new pull request, #39636: URL: https://github.com/apache/beam/pull/39636
## Description Introduces `apache_beam.utils.secret` to centralize secret management in the Python SDK. ### Changes: - Added `Secret` base class and implementations: `RawSecret`, `GcpSecret`, and `GcpHsmGeneratedSecret`. - Added factory methods `Secret.from_spec()` and `Secret.from_option_string()`. - Re-exported classes in `apache_beam.transforms.util` for backwards compatibility. - Added comprehensive unit tests in `secret_test.py` and updated `util_test.py`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
