mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* FTR should use the new kibana_system user * Fix security api integration tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Rudolf Meijering <rudolf.meijering@elastic.co>
This commit is contained in:
parent
15bb1dc787
commit
2aaca4681c
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ export const kibanaTestUser = {
|
|||
};
|
||||
|
||||
export const kibanaServerTestUser = {
|
||||
username: env.TEST_KIBANA_SERVER_USER || 'kibana',
|
||||
username: env.TEST_KIBANA_SERVER_USER || 'kibana_system',
|
||||
password: env.TEST_KIBANA_SERVER_PASS || 'changeme',
|
||||
};
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
enabled: true,
|
||||
metadata: {
|
||||
pki_delegated_by_realm: 'reserved',
|
||||
pki_delegated_by_user: 'kibana',
|
||||
pki_delegated_by_user: 'kibana_system',
|
||||
pki_dn: 'CN=first_client',
|
||||
},
|
||||
authentication_realm: { name: 'pki1', type: 'pki' },
|
||||
|
@ -187,7 +187,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
enabled: true,
|
||||
metadata: {
|
||||
pki_delegated_by_realm: 'reserved',
|
||||
pki_delegated_by_user: 'kibana',
|
||||
pki_delegated_by_user: 'kibana_system',
|
||||
pki_dn: 'CN=second_client',
|
||||
},
|
||||
authentication_realm: { name: 'pki1', type: 'pki' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue