mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
FTR should use the new kibana_system user (#120436)
* FTR should use the new kibana_system user * Fix security api integration tests Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
10bc8ca17e
commit
48d18464c8
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