fix(serverless,tests): switch Security Cypress tests to use UIAM authentication#261873
Merged
azasypkin merged 1 commit intoelastic:mainfrom Apr 9, 2026
Merged
fix(serverless,tests): switch Security Cypress tests to use UIAM authentication#261873azasypkin merged 1 commit intoelastic:mainfrom
azasypkin merged 1 commit intoelastic:mainfrom
Conversation
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
|
azasypkin
commented
Apr 8, 2026
| @@ -17,6 +17,7 @@ import { resolve } from 'path'; | |||
| import axios from 'axios'; | |||
Contributor
Author
There was a problem hiding this comment.
From what I can tell this file is only used in serverless tests, and hence it should use UIAM mode (see #260546)
azasypkin
commented
Apr 8, 2026
| cloudUsersFilePath, | ||
| serverless: { | ||
| uiam: true, | ||
| projectType: 'security', |
Contributor
Author
There was a problem hiding this comment.
I see security is already hard-coded in rolesPath, so I'm doing the same here.
NicholasPeretti
approved these changes
Apr 8, 2026
rylnd
approved these changes
Apr 8, 2026
Contributor
rylnd
left a comment
There was a problem hiding this comment.
I don't know how to review this other than observing that the tests are still passing after these changes. If that's sufficient: LGTM
Contributor
Author
Yeah, that should be enough (I've added |
denar50
approved these changes
Apr 9, 2026
MadameSheema
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switch Security Cypress tests to use UIAM authentication.
Related: #260546