Skip to content

Commit

Permalink
Added InstanceWorkloadIPTokenProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyano committed Jan 28, 2024
1 parent 8e7b2c9 commit 427f241
Show file tree
Hide file tree
Showing 7 changed files with 1,611 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<artifactId>athenz-auth-core</artifactId>
<version>${athenz.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.yahoo.athenz/athenz-instance-provider -->
<dependency>
<groupId>com.yahoo.athenz</groupId>
<artifactId>athenz-instance-provider</artifactId>
<version>${athenz.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springframework.security/spring-security-web -->
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down
Loading

0 comments on commit 427f241

Please sign in to comment.