sabre1041/Quay OIDC Auth
Authenticate to Quay.io or private Quay instances using GitHub OIDC federation for robot accounts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| hostname | The Quay server hostname | no | quay.io |
| username | The Quay robot account name (e.g., org+robot_name) | yes | — |
| protocol | Protocol to use (http or https) | no | https |
| tls-certificate-base64 | Base64-encoded custom TLS/CA certificate (PEM format) for private Quay instances | no | — |
| verify-ssl | Whether to verify SSL certificates | no | true |
Outputs
| name | description |
|---|---|
| token | Short-lived Quay robot account token |
| username | The Quay robot account username |
| expiration | Token expiration time in ISO 8601 format |