neondatabase / helm-charts

neondatabase helm charts
Apache License 2.0
38 stars 3 forks source link

storage-scrubber: enable jwt auth with storage controller #93

Closed skyzh closed 2 months ago

skyzh commented 2 months ago

This pull request adds 3 fields to the helm chart to support scrubber<->controller auth.

  # -- Enable storage controller related functionalities
  enableStorageControllerConnection: false
  # -- Control plane / storage controller JWT token for connecting to the storage controller
  storageControllerJwtToken: ""
  # -- URL of the storage controller
  storageControllerUrl: ""

Also, users no longer need to supply the executable path in the command field.

Tested by deploying this chart to dev-us-east-2 and it works.