Skip to content

Commit c26f031

Browse files
authored
fix: auth wrong target for cookie session (#46)
it should be nested under authenticators
1 parent 1bfdb7c commit c26f031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/user_auth/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ resource "helm_release" "oathkeeper" {
179179
}
180180

181181
set {
182-
name = "oathkeeper.config.cookie_session.config.check_session_url"
182+
name = "oathkeeper.config.authenticators.cookie_session.config.check_session_url"
183183
value = "http://kratos-${var.name}-public/sessions/whoami"
184184
}
185185

0 commit comments

Comments
 (0)