Use default bootstrap service account client-id in testsuite PoC (#32160)

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen 2024-08-15 15:35:38 +02:00 committed by GitHub
parent 96acc62c00
commit 67b6cf7eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,11 +18,11 @@ public class Config {
}
public static String getAdminClientId() {
return "kc-test-admin";
return "admin";
}
public static String getAdminClientSecret() {
return "kc-test-secret";
return "mysecret";
}
public static SmallRyeConfig initConfig() {