Use default bootstrap service account client-id in testsuite PoC (#32160)
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
96acc62c00
commit
67b6cf7eac
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue