-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] error "should be object" on auth propertie #176
Comments
Take a look at the Authentication Docs |
So you're config has a tiny error, put your users under the Sorry, I meant to create a post in the Discussion to announce this. Basically #174 involved some changes to the auth object to allow for more advanced authentication methods. The previous structure will continue to work just fine, but you'll see a validation warning, and a message informing you how to fix it in the console. There is a note about this in the Troubleshooting Guide, and you can see more info about authentication in the Authentication Docs and the Configuring Docs You basically just need to replace: auth:
- user: xxx
hash: xxx with appConfig:
auth:
users:
- user: xxx
hash: xxx Hope that helps :) |
@Lissy93 |
Signed-off-by: Bjorn Lammers <[email protected]>
Closes Lissy93#176 Signed-off-by: Bjorn Lammers <[email protected]>
Environment
Self-Hosted (Docker)
Version
1.6.5
Describe the problem
When I edit the configuration in the UI, I see a warning icon⚠️ (see screenshot) saying :
This is the
auth
on witch there is a problem :Additional info
The yml config file is like this :
It's like your example auth config : https://github.com/Lissy93/dashy/blob/master/docs/authentication.md#setting-up-authentication
Please tick the boxes
The text was updated successfully, but these errors were encountered: