-
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
Fix/syndic/62618 - external auth #63257
Conversation
0370e84
to
b8099f6
Compare
@Ch3LL changelog files have been added. I think I may have pushed them before but I was trying to rebase and I lost them in the shuffle 😓 And I haven't completely rebased either 😂 😅 |
28fe95f
to
ffb8afe
Compare
Do our tests care we cannot connect to docker in the environment? We do not. If docker can't get the client to connect it's OK, we'll just skip the tests. At least *one* of our platforms should be running these tests, which is enough.
No need to fail when we can't clean up. VMs *should* be going away, and if you're running locally you can clean up yourself 👍
0efecaf
to
39b079c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor docs change
Looks like at least one of these failures is 9f95af8 |
Yup - #63428 deprecates? obviates? the need for this PR. |
What does this PR do?
Fixes #62618 - syndic eauth
Previous Behavior
Syndics didn't work with eauth... now they do. It also fixes #62577. And adds a fairly comprehensive integration test suite for syndics.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes
I'm definitely going to be refactoring chunks of this, but I wanted to get this PR open in case anyone had comments for stuff that either I've missed or could do better.
Bits I still have planned: