Pochatkin opened a new pull request, #4389: URL: https://github.com/apache/ozone/pull/4389
## What changes were proposed in this pull request? Implemented a remote S3 secret storage based on HashiCorp Vault. So, after this changes users may configure integration with Vault storage and local instanse of RocksDB will not contain S3 secrets. Default storage is still RocksDB, it means that backward compatibility doesn't break and all existed configuration and instances should works as is. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7814 ## How was this patch tested? It was tested mannually with HashiCorp Vault instanse but unfortenatly its impossible to run in memory instance of Vault in Java code, this is a main reasone why new integration tests doesn't added. So, is it possible to add hashicorp vault CLI to build agents, this CLI provide possibility to start in memory dev server. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
