package
0.0.0-20250113092120-bbdfeb105813
Repository: https://github.com/project-kessel/inventory-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Authentication

The authn package provides a handful of authn methods:

  • Client Certificate
  • OAuth2/OIDC tokens
  • Pre-Shared Keys
  • Guest (non-authenticated)

We need to decide what goes in api/identity.go and how it gets populated with the different authn methods.

We might have another method in here for the consoledot rh-identity token.