-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature / Simplify working with secrets (#229)
* New tasks in auth tool to add and remove basic secrets * Change the component description for the auth tool * Rename secret tool in code * Rename secret tool project * Use secret-tool in integration workflow * Set main class in secret tool project * Use secrets for storage and metadb sensitive config in CI * Bump netty version for compliance * Allow console input when running as a Gradle task in CI * Handle secrets for metadata DAL * Fix setup of secrets in integration workflow * Handle secrets for metadb deploy tool * Handle secrets for DAL-level integration tests * Remove properties prefix in JDBC unit tests * Remove properties prefix for JDBC setup * Make JDBC setup accept plugin config as well as processed properties * Make JDBC setup accept plugin config as well as processed properties * Make metadata DAL a plugin, so it can use the regular plugin loader * Put start and stop methods into JDBC metadata DAL * Print a warning in plugin manager if a plugin fails to load * Use the new DAL plugin to load the DAL in the metadata service * Use the new JDBC setup in the DB deploy tool (respects plugin secrets) * Use new DAL setup where required in test code * Always process resources in meta svc build (to make the DAL plugin available) * Move design principles into the dev folder (doc is for published docs) * Fix JDBC integration tests after updates * Update references to secret-tool in the sandbox guide * Add a documentation page on using secrets * Update authentication docs to better reference the secret-tool * Update storage docs to better reference the secret-tool * Update metadata store docs to better reference the secret-tool * Add a note about securing the H2 password in the sandbox quick start guide * Set test file path for HTTP/1 proxy test (was using old doc file that was moved)
- Loading branch information
Martin Traverse
authored
Dec 15, 2022
1 parent
999a116
commit 2098a3a
Showing
34 changed files
with
529 additions
and
203 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ Deployment | |
|
||
sandbox | ||
platform | ||
secrets | ||
metadata_store | ||
authentication | ||
storage |
This file contains 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
Oops, something went wrong.