You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/user_auth/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ No requirements.
40
40
| frontend\_service\_domain | Domain of the frontend |`string`| n/a | yes |
41
41
| jwks\_content | The content of a JWKS file for Oathkeeper |`string`| n/a | yes |
42
42
| k8s\_local\_exec\_context | Custom resource (Oathkeeper Rules are created using local-exec with kubectl), if not specified it will target your current context from kubeconfig |`string`|`""`| no |
43
+
| kratos\_default\_redirect\_ui\_path | Setting the default path after self-service flows(login/signup/verify/settings), kratos will redirect you to frontend |`string`|`"/dashboard"`| no |
43
44
| kratos\_secret\_name | Secret name for kratos to access Database credentials, created from pre-k8s script |`string`| n/a | yes |
44
45
| kratos\_values\_override | a map of parameters to override the kratos-values.yml |`map(any)`|`{}`| no |
45
46
| kubectl\_extra\_args | Arguments that will be passed to kubectl when using the local executor in cases where the terraform k8s support is not enough |`string`| n/a | yes |
0 commit comments