Installation
ezoidc is made up of two components:
ezoidc-server
- a server that validates tokens from an OIDC provider, evaluates the policy and fetches the allowed variables.ezoidc
- a CLI to consume the variables from a server.
The server must be configured with a policy, variables, and a list issuers that are allowed to use the server.
Installation
Docker
When using the server container, the configuration file can be mounted into the container and its path provided as the first argument.
Go
ezoidc requires Go 1.23 or higher.