Skip to content

Commit

Permalink
Fix PKI API integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner committed Nov 14, 2019
1 parent a55e082 commit 58d3358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/pki_api_integration/apis/security/pki_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function({ getService }: FtrProviderContext) {
enabled: true,
metadata: {
pki_delegated_by_realm: 'reserved',
pki_delegated_by_user: 'elastic',
pki_delegated_by_user: 'kibana',
pki_dn: 'CN=first_client',
},
authentication_realm: { name: 'pki1', type: 'pki' },
Expand Down Expand Up @@ -155,7 +155,7 @@ export default function({ getService }: FtrProviderContext) {
enabled: true,
metadata: {
pki_delegated_by_realm: 'reserved',
pki_delegated_by_user: 'elastic',
pki_delegated_by_user: 'kibana',
pki_dn: 'CN=second_client',
},
authentication_realm: { name: 'pki1', type: 'pki' },
Expand Down

0 comments on commit 58d3358

Please sign in to comment.