Skip to content

Commit

Permalink
feat: Support loading LLM service info from a K8s Secret (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored Jun 25, 2024
1 parent e3c62af commit f363805
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 174 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public class SystemConfigKey {

public static final String CONFIG_MAP_NAME_KEY_DEFAULT = "higress-console";

public static final String ADMIN_SECRET_NAME_KEY = CONFIG_KEY_PREFIX + "admin.secret";
public static final String SECRET_NAME_KEY = CONFIG_KEY_PREFIX + "secret.name";

public static final String ADMIN_SECRET_NAME_DEFAULT = "higress-console";
public static final String SECRET_NAME_DEFAULT = "higress-console";

public static final String ADMIN_COOKIE_NAME_KEY = CONFIG_KEY_PREFIX + "admin.cookie.name";

Expand Down
Loading

0 comments on commit f363805

Please sign in to comment.