Skip to content

Commit

Permalink
Disable restricting internal APIs in security functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Sep 28, 2024
1 parent 2d73f0b commit d02ce7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/security_functional/login_selector.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
`--plugin-path=${samlIdPPlugin}`,
`--plugin-path=${testEndpointsPlugin}`,
'--server.uuid=5b2de169-2785-441b-ae8c-186a1936b17d',
'--server.restrictInternalApis=false',
'--xpack.security.encryptionKey="wuGNaIhoMpk5sO4UBxgr3NyW1sFcLgIf"',
`--xpack.security.loginHelp="Some-login-help."`,
`--xpack.security.authc.providers=${JSON.stringify({
Expand Down
1 change: 1 addition & 0 deletions x-pack/test/security_functional/oidc.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
'--xpack.security.authc.providers.oidc.oidc1.order=0',
'--xpack.security.authc.providers.oidc.oidc1.realm=oidc1',
'--xpack.security.authc.providers.basic.basic1.order=1',
'--server.restrictInternalApis=false',
],
},
uiSettings: {
Expand Down
1 change: 1 addition & 0 deletions x-pack/test/security_functional/saml.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
'--xpack.security.authc.providers.saml.saml1.order=0',
'--xpack.security.authc.providers.saml.saml1.realm=saml1',
'--xpack.security.authc.providers.basic.basic1.order=1',
'--server.restrictInternalApis=false',
],
},
uiSettings: {
Expand Down

0 comments on commit d02ce7c

Please sign in to comment.