Skip to content

Commit

Permalink
Serverless tests - enable dot-prefixed index validation
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Oct 21, 2024
1 parent 1e12f31 commit aa32702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test_serverless/shared/config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit aa32702

Please sign in to comment.