# README
ciauth
This module is used to authenticate CI services which support OIDC. The service this powers has a trust relationship with the CI service, so the CI service can be trusted to provide the owner and repository, or project information.
supported services
- GitHub Actions
- GitLab CI
- Buildkite
usage
This module provides an Interceptor
which can be used to authenticate a request with connectrpc.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BuildkiteClaims is the struct for the claims in the Buildkite OIDC token.
No description provided by the author
OIDCValidator manages OIDC token validation.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author