-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Port DLM permissions test to internal REST test style #96434
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
Port DLM permissions test to internal REST test style #96434
Conversation
@@ -0,0 +1,37 @@ | |||
= Keystore Details |
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.
This and the other files under /ssl are copy and paste from another test, so that we have valid certificate material ssl settings. The ssl settings are not strictly necessary for the REST test, but nice to have. AFAIK, we don't currently have a good way to re-use the certs across multiple tests packages, so copying these from another test.
@@ -23,8 +24,6 @@ dependencies { | |||
testImplementation project(':modules:data-streams') | |||
} | |||
|
|||
addQaCheckDependencies(project) |
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.
Not needed anymore since we can remove qa
entirely.
@elasticmachine update branch |
Pinging @elastic/es-data-management (Team:Data Management) |
Just realized Keith is in vacation, so re-assigning reviewers. |
@elasticmachine update branch |
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.
LGTM, thanks Nikolaj
@elasticmachine update branch |
Porting the DLM permissions REST test to the new style of cluster tests. This has the usual nice perks, and also allows us to remove the separate
qa/with-security
package.No functional or test logic changes.
I didn't suggest this as part of the PR review for #95512 so as not to block that PR further, and also because I wasn't sure about the overhead of making this change (it did end up taking some battling with gradle).