Skip to content

Commit

Permalink
refactor: removed Config.impersonateGroup
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa authored Oct 30, 2024
1 parent a6cefc1 commit 6112b13
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ public class Config {
private Long scaleTimeout;
private Integer loggingInterval;
private String impersonateUsername;

/**
* @deprecated use impersonateGroups instead
*/
@Deprecated
private String impersonateGroup;
private String[] impersonateGroups;
private Map<String, List<String>> impersonateExtras;
/**
Expand Down

0 comments on commit 6112b13

Please sign in to comment.