Skip to content

Commit

Permalink
Add AWSPENDING constant
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoranv committed Dec 4, 2024
1 parent 900a614 commit b5158a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
public abstract class AsmSecretStoreBase extends AbstractComponent implements AutoCloseable {

public static final String AWSCURRENT = "AWSCURRENT";
public static final String AWSPENDING = "AWSPENDING";

private final Function<AssumedRoleInfo, SecretsManagerClient> clientAndCredentialsSupplier;

Expand Down

0 comments on commit b5158a8

Please sign in to comment.