Documentation
About Kubeapps
Tutorials
- Get Started with Kubeapps
- Using an OIDC provider
- Managing Carvel packages
- Managing Flux packages
- Kubeapps on TKG
- Kubeapps on TCE
How-to guides
- Using the dashboard
- Access Control
- Basic Form Support
- Custon App View Support
- Custom Form Component Support
- Multi-cluster Support
- Offline installation
- Private Package Repository
- Syncing Package Repositories
- Using an OIDC provider with Pinniped
Background
Reference
About the project
Configuring Google OIDC as an OIDC provider ΒΆ
This document explains how to configure Google OIDC as an OIDC provider (check general information and pre-requisites for using an OAuth2/OIDC Provider with Kubeapps ).
In the case of Google we can use an OAuth 2.0 client ID. You can find more information here . In particular we will use a “Web Application”.
- Client-ID:
<abc>.apps.googleusercontent.com
. - Client-Secret: Secret for the Web application.
- OIDC Issuer URL: https://accounts.google.com .