Adjust BWC versions for API key auth test.
API key realm name is not available in authentication metadata prior to v7.5. The issue is tracked at #59425
This commit is contained in:
parent
b5e8250a4e
commit
edf27cd765
|
@ -3,6 +3,8 @@
|
|||
|
||||
- skip:
|
||||
features: headers
|
||||
version: " 7.5.0 - "
|
||||
reason: "API key realm name is in metadata since v7.5. https://github.com/elastic/elasticsearch/issues/59425"
|
||||
|
||||
- do:
|
||||
security.create_api_key:
|
||||
|
|
Loading…
Reference in New Issue