Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB-10820 Add examples for configuring cluster security #125

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Secchol
Copy link
Contributor

@Secchol Secchol commented Sep 10, 2024

Added examples for configuring and deploying GraphDB with cluster security enabled using Helm chart with existing certificates/keystore and the default java trust store

mihailradkov and others added 10 commits August 21, 2024 15:06
Added CronJob for scheduling GraphDB backups. The CronJob supports both local and cloud backups.

- Added new configurations under `backup`: `backup.enabled` for toggling the backup CronJob,
  `backup.type` for selecting between local and cloud and more.
- Local backups support saving the GraphDB backup archives in volume from an existing persistent
  volume claim, configured with `backup.local`
- Cloud backups support uploading the GraphDB backup archives in one of the supported cloud object
  storage services, configured with `backup.cloud`
- Added a new example under [examples/backup-local](examples/backup-local) showing how to use the
  local backup feature
Some properties in values.yaml were missing a default value
consistent with the rest of the chart:

- backup.cloud.bucketUri
- ingress.tls.secretName
- Added support for using Service Account with Azure Workload Identity
- Added support for using Application Gateway Ingress
- Added support for using Service type LoadBalancer with Application Gateway
  Ingress in order to provide SSL.
…ficate/keystore and the default java trust store
@Secchol Secchol requested a review from yaskoo September 10, 2024 07:38
@Secchol Secchol changed the title Gdb 10820 add examples configuring cluster security GDB 10820 add examples configuring cluster security Sep 10, 2024
@Secchol Secchol changed the title GDB 10820 add examples configuring cluster security GDB-10820 add examples configuring cluster security Sep 10, 2024
@Secchol Secchol changed the title GDB-10820 add examples configuring cluster security GDB-10820 Add examples configuring cluster security Sep 10, 2024
@Secchol Secchol changed the title GDB-10820 Add examples configuring cluster security GDB-10820 Add examples for configuring cluster security Sep 10, 2024
examples/cluster-security/README.md Outdated Show resolved Hide resolved
examples/cluster-security/README.md Outdated Show resolved Hide resolved
examples/cluster-security/README.md Outdated Show resolved Hide resolved
examples/cluster-security/README.md Show resolved Hide resolved
examples/cluster-security/README.md Outdated Show resolved Hide resolved
examples/cluster-security/values_existing_certificate.yaml Outdated Show resolved Hide resolved
examples/cluster-security/values_existing_keystore.yaml Outdated Show resolved Hide resolved
Base automatically changed from PRO-444-features-for-11-2 to main October 3, 2024 07:52
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.

4 participants