-
Notifications
You must be signed in to change notification settings - Fork 630
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
access: add support for allowed_idps #734
access: add support for allowed_idps #734
Conversation
Goal of this commit is to add support for multiple IdPs selection inside Cloudflare Access.
@xens as a bit side note, continually rebasing after you've opened a PR and got review is somewhat frowned upon as it makes comparing commits and previous changes impossible. I'd recommend that you keep rebasing and rewriting history only local to your machine but after you've pushed it, add commits for changes/merges. Commits in Git are lightweight and don't need to be compacted into another in order to save space or similar arguments which you can make in other VCS. There is also nothing wrong with multiple commits in a PR or showing your journey to getting it merged 😃 If the maintainers would like a single, squashed PR before merge they will generally ask you or do it themselves on merge saving you having to guess. Thanks! |
Running this branch locally with these new changes are causing
|
Thanks I'll fix that tomorrow, I guess that I should be able to run the AcceptanceTests against a dummy Cloudflare account right ? Sorry for that I was sure that these tests were running part of the automated tests. |
There are a couple of different types of tests. The ones linked to GitHub are unit tests whereas the majority of our suite is in integration tests that can't be linked here from TeamCity. |
Regarding the |
I think you're good; Terraform passes complex structures around as |
I've pushed up 32bdd74 which addresses the following:
With this, I've kicked off an integration test run and we should be good to go! |
Awesome thanks for your extended support on that one ! |
…arly-hints custom_hostname: add support for early_hints
WIP #720