Pinniped Logo

Pinniped blog

Pinniped v0.10.0: Managing OIDC Login Flows in Browserless Environments

Anjali Telang

Jul 30, 2021

seal on rock Photo by Jaddy Liu on Unsplash

Remote Host Environments and OIDC login flows

Enterprise workloads on Kubernetes clusters often run in a restricted environment behind a firewall. In such a setup, the clusters can be accessed via servers sometimes called “SSH jump hosts”. These servers pose restrictions on what the users can execute and typically allow only command line access. Users can use command line utilities such as kubectl, pinniped CLI, etc. on these servers to access the Kubernetes clusters. However, this poses a problem for the OIDC login workflows since they require a browser to complete the authentication workflow.

Solution for Browserless clients

In the v0.10.0 release, we introduce the ability to use a manual workaround to complete the OIDC workflow in such restricted browserless environments by supporting response_mode=form_post in the Pinniped Supervisor. As described in the OAuth 2.0 Form Post spec, the response parameters are “encoded as HTML form values that are auto-submitted in the User Agent, and thus are transmitted via the HTTP POST method to the Client”. To complete the authentication process, The Pinniped users can copy and paste the response from the HTML page hosted by the Pinniped Supervisor into the waiting CLI process on the Jump Host.

You can find more details in our design document.

Demo

High level overview of the workflow

Prerequisites

  1. Pinniped Concierge is installed with JWTAuthenticator on the Kubernetes cluster.
  2. Pinniped Supervisor is configured with OIDC Identity Provider on the Kubernetes cluster.
  3. “Jump Host” server/machine with Kubectl and Pinniped CLI is installed but has no web-browser.
  4. Desktop environment with a web browser for the User is available.
  5. Kubeconfig pointing to the Kubernetes cluster is available.

Workflow

  1. User accesses the Jump Host via SSH.
  2. User initiates a kubectl command with kubeconfig pointing to the cluster.
  3. User is prompted to complete the login process using the Desktop web-browser.
  4. User competes the web-browser OIDC workflow and gets an authorization response code.
  5. User will copy-paste the authorization code into the Jump Host environment to complete the login.

Additionally, the v0.10.0 release includes support for non-interactive password based LDAP logins. This feature provides the ability for Jenkins as well as other CI/CD tools that use LDAP Identity Platforms to access the cluster with centralized service account identities from the LDAP directory

We invite your suggestions and contributions to make Pinniped work across all flavors of Kubernetes.

Join the Pinniped community!

Pinniped is better because of our contributors and maintainers. It's because of you that we can bring great software to the community.

Connect with the community on GitHub and Slack.

Join our Google Group to receive updates and meeting invitations.

Related content

Pinniped v0.11.0: Easy Configurations for Active Directory, OIDC CLI workflows and more

Pinniped v0.11.0: Easy Configurations for Active Directory, OIDC CLI workflows and more

With the release of v0.11.0, Pinniped offers CRDs for easy Active Directory configuration, OIDC password grant flow for CLI workflows, and Distroless images for security and performance

Pinniped v0.7.0: Enabling multi-cloud, multi-provider Kubernetes

Pinniped v0.7.0: Enabling multi-cloud, multi-provider Kubernetes

With the release of v0.7.0, Pinniped now supports a much wider range of real-world Kubernetes clusters, including managed Kubernetes environments on all major cloud providers.

Pinniped v0.5.0: Now With Even More Pinnipeds

Pinniped v0.5.0: Now With Even More Pinnipeds

We encountered a problem that’s familiar to many Kubernetes controller developers: we need to support multiple instances of our controller on one cluster.

Getting started

Learn how Pinniped works, see how to use it on your clusters, and dive into internals of Pinniped's APIs and architecture.