Registry / auth / athenz-athenz

athenz-athenz

JSON →
library1.12.42gogounverified

Athenz is a role-based authorization system for service-to-service and user-to-service access control in cloud environments.

go get github.com/AthenZ/athenz
INSTALL
IMPORT
SIG · ATHENZ-ATHENZ
A
athenz-athenz
authgov1.12.42
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

athenz
github.com/AthenZ/athenz

Creates a ZMS service token using the Athenz library.

package main import ( "fmt" "github.com/AthenZ/athenz/libs/go/zmssvctoken" ) func main() { token, err := zmssvctoken.NewTokenBuilder("v1", "domain", "service", "keyversion", nil) if err != nil { fmt.Println(err) return } fmt.Println(token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.12.42latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
athenz-athenz — go get athenz-athenz · libregistry