Files
ugate/pkg/auth
2022-06-14 06:54:42 -07:00
..
2021-02-21 07:48:34 -08:00
2022-06-14 06:54:42 -07:00
2021-05-21 14:32:37 -07:00
2022-06-14 06:54:42 -07:00
2021-09-29 20:21:31 -07:00
2022-06-14 06:54:42 -07:00
2022-03-27 11:45:21 -07:00
2022-06-14 06:54:42 -07:00
2021-05-21 14:32:37 -07:00
2022-06-14 06:54:42 -07:00

Auth package

Features:

  • dependency free implementation of Kubeconfig
  • bootstrap using platform data - workload certs, JWT tokens, etc.
  • support Webpush encryption and decryption
  • basic deps-free OIDC parsing for JWT tokens
  • webpush VAPID JWT support and subscriptions

Dependencies

  • ConfStore abstracts loading/saving of the objects used for auth - file, remote call, k8s, etc