Serverless tests - enable dot-prefixed index validation (#197141)

## Summary

This PR enables Elasticsearch dot-prefixed index validation for
serverless tests.
This commit is contained in:
Robert Oskamp 2024-10-28 18:10:47 +01:00 committed by GitHub
parent a5db34b2f5
commit f086595048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,7 @@ export default async () => {
'xpack.security.authc.realms.jwt.jwt1.order=-98',
`xpack.security.authc.realms.jwt.jwt1.pkc_jwkset_path=${getDockerFileMountPath(jwksPath)}`,
`xpack.security.authc.realms.jwt.jwt1.token_type=access_token`,
'serverless.indices.validate_dot_prefixes=true',
],
ssl: true, // SSL is required for SAML realm
},