Skip to content

Instantly share code, notes, and snippets.

View eriknelson's full-sized avatar
🤘

Erik Nelson eriknelson

🤘
View GitHub Profile
@eriknelson
eriknelson / ssh-stunnel.yaml
Created June 29, 2020 15:19 — forked from Miciah/ssh-stunnel.yaml
Example of configuring OpenSSH on OpenShift using stunnel and a passthrough route.
# This is an example for configuring a Kubernetes deployment to provide SSH
# access to an OpenShift cluster. The deployment runs OpenSSH and stunnel.
# SSH clients connect through an OpenShift passthrough route using stunnel.
#
# Example usage:
#
# Create a host key-pair for sshd:
#
# /bin/ssh-keygen -q -t rsa -f ssh_host_rsa_key -C '' -N ''
#

Proposal: Controlling access to Services and Plans

Abstract

Proposes changes to service-catalog to facilitate controlling access to certain services and plans.

Motivation

Not all services and plans should be available to all users. The existing cluster-scoped resources for brokers, services, and plans are not sufficient to implement access control to ensure that users have access only to the service and plans that they should.