Skip to content

Commit

Permalink
add values for front
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Nov 21, 2024
1 parent d027214 commit af5565b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions kustomize/sd3/frontend/overlays/test/vault-agent.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ template {
destination = "/secrets/sd3-api-env"
contents = <<EOT
{{ with secret "secret/data/statusdashboard/sd3-test" -}}
export SD_BACKEND_URL=""
export SD_BACKEND_API=""
export SD_BACKEND_V2=false
export SD_BACKEND_URL="https://api.test.status.otc-service.com"
export SD_BACKEND_API="/v2"
export SD_BACKEND_V2=true
export SD_CLIENT_ID=""
export SD_AUTHORITY=""
export SD_REDIRECT=""
export SD_LOGOUT_REDIRECT=""
export SD_AUTH_SECRET=""
export SD_CLIENT_ID="status-dashboard"
export SD_AUTHORITY="https://keycloak.eco.tsi-dev.otc-service.com/realms/eco"
export SD_REDIRECT=="https://test.status.otc-service.com/signin-oidc"
export SD_LOGOUT_REDIRECT="https://test.status.otc-service.com/signout-callback-oidc"
export SD_AUTH_SECRET={{ .Data.data.authsecret }}
export SD_BACKEND_FILE=false
export SD_FREEZE=false
Expand Down

0 comments on commit af5565b

Please sign in to comment.