Commit 751a32d
Remove Requirement for Key Setting on Azure Client Settings (elastic#82030) (elastic#82039)
We can have a sas token or key for a given client and don't have infrastructure for
conditionally checking if either of the two is set so this commit removes the dependency
to fix the bug that you can't set these custom settings when using a SAS token.
It was somewhat tricky to test this since these validations only run when starting a node
as we're dealing with node settings so I just went with a low effort approach and randomly
used sas token auth in some ITs which would break without this change.
Co-authored-by: Dimitris Rempapis <[email protected]>1 parent 420343a commit 751a32d
File tree
1 file changed
+1
-1
lines changed- server/src/main/java/org/elasticsearch/common/settings
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
840 | | - | |
| 840 | + | |
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| |||
0 commit comments