Skip to content

Commit

Permalink
Update Flint basic auth string
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <[email protected]>
  • Loading branch information
Swiddis committed Mar 4, 2024
1 parent 05af470 commit c2ae82c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class FlintOptions implements Serializable {

public static final String SIGV4_AUTH = "sigv4";

public static final String BASIC_AUTH = "basic";
public static final String BASIC_AUTH = "basicauth";

public static final String USERNAME = "auth.username";

Expand Down

0 comments on commit c2ae82c

Please sign in to comment.