-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PRO-446: Added support for configuring trust stores and key stores
GraphDB Tomcat and GraphDB gRPC cluster can now be configured with TLS for secure communication with GraphDB. - Added Tomcat TLS configurations under `configuration.tls` - Added gRPC TLS configurations under `cluster.tls` - Updated jobs and scripts to use `https` or `http` depending on whether the Tomcat connector security is configured - Added template for rendering the GraphDB protocol - Added the protocol in the cronjob for backups - Used volume projection to simplify the statefulset - Read key/trust stores passwords as files - Renamed privateKey to certificateKey
- Loading branch information
Showing
18 changed files
with
594 additions
and
36 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
Oops, something went wrong.