-
Notifications
You must be signed in to change notification settings - Fork 26
Fixing support for existing_sso_users #56
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @artur-bolt, I moved this to a new PR as I was working to fix the pipeline errors. One was a minor one around Terraform docs that I pushed a fix for. The other failure is a functional test failure due to using a null in a for expression: Can you look into this and resolve? |
|
/do-e2e-tests |
|
End to end test has been scheduled |
|
E2E tests in progress |
1 similar comment
|
E2E tests in progress |
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.
E2E test has completed with errors. If you are an external contributor, please contact the project maintainers for more information.
|
Hi @artur-bolt, Following up with this - the PR you submitted has errors related to your usage of a null value in a |
|
I've attempted a simpler approach that should hopefully clear e2e tests: #60. |
Fixing pipeline issues from initial PR