fluxzero-io/Fluxzero JWT
Generate a Fluxzero JWT for registry auth and deployments using API key or OIDC mode.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Authentication mode: 'token' (API key) or 'oidc' (GitHub OIDC token exchange) | no | token |
| api-key | Fluxzero API key (required in token mode) | no | — |
| fluxzero-host | Fluxzero API host (required in oidc mode) | no | https://api.dashboard.fluxzero.io |
| audience | OIDC audience claim (oidc mode only) | no | https://cloud.fluxzero.io |
| image-name | Docker image name to push (required in oidc mode) | no | — |
| validity-seconds | Token validity in seconds (token mode only) | no | 300 |
Outputs
| name | description |
|---|---|
| token | JWT for registry auth |
| userId | The userId |
| deploy-token | Deploy token (OIDC mode only) |
| registry-host | Registry host for docker login (OIDC mode only) |