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

helm: add support to configure secrets manager at runtime #84

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ data:
ROUTER__SCHEDULER__SERVER__PORT: "3000"
ROUTER__SCHEDULER__SERVER__WORKERS: "1"
ROUTER__SCHEDULER__STREAM: "SCHEDULER_STREAM"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: "no_encryption"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: {{ .Values.application.server.secrets_manager | quote }}
ROUTER__SERVER__BASE_URL:
{{ .Values.application.server.server_base_url | quote }}
ROUTER__SERVER__REQUEST_BODY_LIMIT: "32768"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ data:
ROUTER__SCHEDULER__SERVER__PORT: "3000"
ROUTER__SCHEDULER__SERVER__WORKERS: "1"
ROUTER__SCHEDULER__STREAM: "SCHEDULER_STREAM"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: "no_encryption"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: {{ .Values.application.server.secrets_manager | quote }}
ROUTER__SERVER__BASE_URL: {{ .Values.application.server.server_base_url | quote }}
ROUTER__SERVER__REQUEST_BODY_LIMIT: "32768"
ROUTER__SERVER__WORKERS: "8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ data:
ROUTER__REPORT_DOWNLOAD_CONFIG__PAYMENT_FUNCTION: "weekly_payment_report_generator_step_1"
ROUTER__REPORT_DOWNLOAD_CONFIG__REFUND_FUNCTION: "weekly_refund_report_generator_step_1"
ROUTER__REPORT_DOWNLOAD_CONFIG__REGION: "eu-central-1"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: "no_encryption"
ROUTER__SECRETS_MANAGEMENT__SECRETS_MANAGER: {{ .Values.application.server.secrets_manager | quote }}
ROUTER__SERVER__BASE_URL: {{ .Values.application.server.server_base_url | quote }}
ROUTER__SERVER__REQUEST_BODY_LIMIT: "32768"
ROUTER__SERVER__WORKERS: "8"
Expand Down
1 change: 1 addition & 0 deletions charts/incubator/hyperswitch-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ application:
opensearch:
host: opensearch-host
run_env: sandbox
secrets_manager: no_encryption
consumer:
# Number of replicas to be used for the application
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/hyperswitch-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
repository: file://../hyperswitch-sdk
version: 0.1.0
digest: sha256:a91ba94aa25e0e4acabf71f9896cc0d0446d9db8199334131cabf8494f018a36
generated: "2024-03-20T17:55:25.957542+05:30"
generated: "2024-04-03T08:39:58.624685+05:30"
Binary file not shown.
Binary file modified charts/incubator/hyperswitch-stack/charts/hyperswitchsdk-0.1.0.tgz
Binary file not shown.
Binary file modified v0.1.1/hyperswitch-stack-0.1.1.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions v0.1.1/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
hyperswitch-stack:
- apiVersion: v2
appVersion: 1.16.0
created: "2024-04-03T01:24:08.856458+05:30"
created: "2024-04-03T08:40:34.891309+05:30"
dependencies:
- name: hyperswitch-app
repository: file://../hyperswitch-app
Expand All @@ -13,10 +13,10 @@ entries:
repository: file://../hyperswitch-sdk
version: 0.1.0
description: Helm chart for Hyperswitch services
digest: b20e9958f9c1d1ed9de3c6975564745d217ef66f6bb6d3c8d3228cfef69edb25
digest: 510db0f949bf5b0752120323c855879173427dadb48f8f4a8b961001f4528137
name: hyperswitch-stack
type: application
urls:
- https://juspay.github.io/hyperswitch-helm/v0.1.1/hyperswitch-stack-0.1.1.tgz
version: 0.1.1
generated: "2024-04-03T01:24:08.802531+05:30"
generated: "2024-04-03T08:40:34.876309+05:30"