Skip to content

Commit b682ea8

Browse files
Merge pull request #8567 from zalando-incubator/skipper/disable-basicAuth-filter
skipper: disable basicAuth filter
2 parents a50edee + 3ba8e96 commit b682ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/config-defaults.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ skipper_default_filters: 'disableAccessLog(2,3,404,429) -> fifo(2000,20,"1s")'
121121
# skipper_default_filters_authentication defines filters that implement default request authentication
122122
skipper_default_filters_authentication: ''
123123
skipper_default_filters_append: 'stateBagToTag("auth-user", "client.uid")'
124-
skipper_disabled_filters: "static,bearerinjector,setRequestHeaderFromSecret"
124+
skipper_disabled_filters: "static,bearerinjector,setRequestHeaderFromSecret,basicAuth"
125125
skipper_lua_sources: "file"
126126
skipper_edit_route_placeholders: ""
127127
skipper_ingress_inline_routes: ""
@@ -1171,7 +1171,7 @@ sysctl_settings: ""
11711171
# must ensure that no existing resources should be annotated with a TTL.
11721172
# This can happen in the case where a test deployment is deployed to production
11731173
# as is. Currently, it's a no-op since kube-janitor doesn't run in production.
1174-
#
1174+
#
11751175
# This is needed until we can implement namespace prefix matching to reduce
11761176
# the scope of kube-janitor to a set of namespace names that aren't known
11771177
# at the time of enaling kube-janitor. Once the feature is in place, it would

0 commit comments

Comments
 (0)