-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
External Authentication REST module threw can only concatenate list (not "dict") to list #65408
Comments
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
What's your configuration? It looks like you've put a dict instead of a list. |
Based on https://github.com/latenighttales/alcali/blob/v3003.1.0/api/views/alcali.py#L520 Either way, this silent debug (error) seems to be stopping the validation request. May I suggest to wrap it into try-catch and warn the user at least? |
@duhow i updated alcali, it should be fine now. Some new setting is needed in the master config: |
Thanks @mattLLVW , but I'm not using the |
@OrangeDog feel free to resolve this issue, or implement any other additional logs (or similar) for the exception. |
Using https://github.com/latenighttales/alcali/releases/tag/v3003.1.0
Attempting to do
external_auth
viarest
, I get the following error:salt/salt/auth/rest.py
Line 101 in 8505972
Detailed logs:
The text was updated successfully, but these errors were encountered: