code review updates

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2024-02-17 17:38:36 -05:00
parent 9fc765af20
commit d622690f8c
9 changed files with 90 additions and 34 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ Similar to the other authentication providers, you have to enable the provider i
auth:
providers:
+ guest:
+ development: {}
+ development:
// new optional property to override the default value.
+ loginAs: user:default/guest
```
We need to specify that the provider is enabled for the given environment, and as there are no config values for this provider yet, you can just specify an empty object.