Skip to content

Commit

Permalink
fix: change visibility of vaule encryption service authentication typ…
Browse files Browse the repository at this point in the history
…e enum
  • Loading branch information
mattnichols committed Apr 3, 2023
1 parent 7d2342c commit 24c0a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@Data
public class VaultEncryptionServiceConfiguration {
enum AuthenticationType {
public enum AuthenticationType {
@Deprecated
APPID,
APPROLE,
Expand Down

0 comments on commit 24c0a2a

Please sign in to comment.