| commit | c81a847da3d91a83c05c98c41adadf89d18f913b | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Sep 24 13:06:19 2024 +0200 |
| committer | gio <gio@v1.dodo.cloud> | Thu Sep 26 14:04:15 2024 +0200 |
| tree | b292ac26094257efdafafca25abb60ff24e79100 | |
| parent | 8f2903253c51454d613c948eb10d2dbc8b55daa3 [diff] [blame] |
DodoApp: Use JSON file for configuration. Specify json schema so code editors can validate user input. Update auth proxy to disable auth on specified paths. Change-Id: Ic6667d802a9553444d3630c4ff73f4b33304ccfd
diff --git a/charts/auth-proxy/values.yaml b/charts/auth-proxy/values.yaml index 779772d..45bc602 100644 --- a/charts/auth-proxy/values.yaml +++ b/charts/auth-proxy/values.yaml
@@ -10,3 +10,4 @@ membershipPublicAddr: https://memberships.p.example.com groups: "" portName: http +noAuthPathPrefixes: ""