License |
License |
---|---|
Categories |
CategoriesIDE Development Tools DropWizard Container Microservices AWS PaaS Providers |
GroupId | GroupIdcom.getupside.dropwizard |
ArtifactId | ArtifactIddropwizard-peer-authenticator-aws-sm |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-peer-authenticator-aws-sm
Dropwizard Authenticator that uses BasicAuth (user,pass) pairs to control access to your service. Assumes secrets stored in AWS SecretsManager
|
<!-- https://jarcasting.com/artifacts/com.getupside.dropwizard/dropwizard-peer-authenticator-aws-sm/ -->
<dependency>
<groupId>com.getupside.dropwizard</groupId>
<artifactId>dropwizard-peer-authenticator-aws-sm</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getupside.dropwizard/dropwizard-peer-authenticator-aws-sm/
implementation 'com.getupside.dropwizard:dropwizard-peer-authenticator-aws-sm:2.0.0'
// https://jarcasting.com/artifacts/com.getupside.dropwizard/dropwizard-peer-authenticator-aws-sm/
implementation ("com.getupside.dropwizard:dropwizard-peer-authenticator-aws-sm:2.0.0")
'com.getupside.dropwizard:dropwizard-peer-authenticator-aws-sm:jar:2.0.0'
<dependency org="com.getupside.dropwizard" name="dropwizard-peer-authenticator-aws-sm" rev="2.0.0">
<artifact name="dropwizard-peer-authenticator-aws-sm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getupside.dropwizard', module='dropwizard-peer-authenticator-aws-sm', version='2.0.0')
)
libraryDependencies += "com.getupside.dropwizard" % "dropwizard-peer-authenticator-aws-sm" % "2.0.0"
[com.getupside.dropwizard/dropwizard-peer-authenticator-aws-sm "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-java-sdk-secretsmanager | jar | 1.11.592 |
com.google.guava : guava | jar | 27.1-jre |
org.slf4j : slf4j-api | jar | 1.7.26 |
io.dropwizard : dropwizard-auth | jar | 1.3.12 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.3.1 |
junit : junit | jar | 4.12 |