Skip to content

t4niwa/athenz-auth-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

athenz-auth-core

This is an unofficial repository to provide tools, packages and instructions for Athenz.

It is currently owned and maintained by t4niwa.

How to build

VERSION=0.0.0
ATHENZ_PACKAGE_VERSION="$(curl -s https://api.github.com/repos/AthenZ/athenz/tags | jq -r .[].name | sed -e 's/.*v\([0-9]*.[0-9]*.[0-9]*\).*/\1/g' | sort -ru | head -n1)"
docker build --build-arg VERSION=${VERSION:-0.0.0} --build-arg ATHENZ_VERSION=${ATHENZ_PACKAGE_VERSION} -t athenz-auth-core .

List of Distributions

Docker(OCI) Image

athenz-auth-core

JAR class package

https://github.com/t4niwa/athenz-auth-core/releases

About

Core interfaces for authorization

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Java 98.0%
  • Dockerfile 2.0%