2020-08-26 14:06:21 +00:00
|
|
|
# Project Scope
|
|
|
|
|
|
|
|
The Pinniped project is guided by the following principles.
|
2020-09-14 13:17:46 +00:00
|
|
|
* Pinniped lets you plug any external identitiy providers into
|
2020-08-26 14:06:21 +00:00
|
|
|
Kubernetes. These integrations follow enterprise-grade security principles.
|
|
|
|
* Pinniped is easy to install and use on any Kubernetes cluster via
|
|
|
|
distribution-specific integration mechanisms.
|
|
|
|
* Pinniped uses a declarative configuration via Kubernetes APIs.
|
|
|
|
* Pinniped provides optimal user experience when authenticating to many
|
|
|
|
clusters at one time.
|
|
|
|
* Pinniped provides enterprise-grade security posture via secure defaults and
|
|
|
|
revocable or very short-lived credentials.
|
2020-09-15 21:04:05 +00:00
|
|
|
* Where possible, Pinniped will contribute ideas and code to upstream
|
2020-08-26 14:06:21 +00:00
|
|
|
Kubernetes.
|
|
|
|
|
|
|
|
When contributing to Pinniped, please consider whether your contribution follows
|
|
|
|
these guiding principles.
|
|
|
|
|
|
|
|
## Out Of Scope
|
|
|
|
|
|
|
|
The following items are out of scope for the Pinniped project.
|
|
|
|
* Authorization.
|
|
|
|
* Standalone identity provider for general use.
|
|
|
|
* Machine-to-machine (service) identity.
|
|
|
|
* Running outside of Kubernetes.
|
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
|
|
|
|
More details coming soon!
|
|
|
|
|
|
|
|
For more details on proposing features and bugs, check out our
|
2020-10-02 20:00:23 +00:00
|
|
|
[contributing](../CONTRIBUTING.md) doc.
|