mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
a5db34b2f5
commit
f086595048
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue