We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dee42d commit 1375e1cCopy full SHA for 1375e1c
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/Security.java
@@ -1264,7 +1264,8 @@ private ServiceAccountService createServiceAccountService(
1264
throw new IllegalStateException(
1265
"The ["
1266
+ extension.getClass().getName()
1267
- + "] extension tried to install a custom ServiceAccountTokenStore. This functionality is not available to external extensions."
+ + "] extension tried to install a custom ServiceAccountTokenStore. This functionality is not available to "
1268
+ + "external extensions."
1269
);
1270
}
1271
accountTokenStoreByExtension.put(extension.extensionName(), serviceAccountTokenStore);
0 commit comments