File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/authc/pki Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ void clearRealmCache() {
149
149
new ClearRealmCacheRequestBuilder (client ()).get ();
150
150
}
151
151
152
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
152
153
public void testDelegateThenAuthenticate () throws Exception {
153
154
final X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
154
155
final X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
@@ -192,6 +193,7 @@ public void testDelegateThenAuthenticate() throws Exception {
192
193
}
193
194
}
194
195
196
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
195
197
public void testTokenInvalidate () throws Exception {
196
198
final X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
197
199
final X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
@@ -290,6 +292,7 @@ public void testDelegateUnauthorized() throws Exception {
290
292
}
291
293
}
292
294
295
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/97772" )
293
296
public void testDelegatePkiWithRoleMapping () throws Exception {
294
297
X509Certificate clientCertificate = readCertForPkiDelegation ("testClient.crt" );
295
298
X509Certificate intermediateCA = readCertForPkiDelegation ("testIntermediateCA.crt" );
You can’t perform that action at this time.
0 commit comments