From e99e175ce236ff8c55b042f7b940f37bfadd62ab Mon Sep 17 00:00:00 2001 From: Nanci Lancaster Date: Mon, 29 Mar 2021 09:48:34 -0500 Subject: [PATCH] Updated adopters.md file to include TMC and TKG Based on Andrew Keesler's feedback, I added in TMC and TKG adopter components to the file. --- ADOPTERS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ADOPTERS.md b/ADOPTERS.md index a84ba9f4..44c211be 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -17,8 +17,16 @@ Below is a list of solutions where Pinniped is being used as a component. Kubeapps uses Pinniped to [enable SSO authentication](https://github.com/kubeapps/kubeapps/blob/master/docs/user/using-an-OIDC-provider-with-pinniped.md) when running on clusters where SSO cannot be configured for the cluster API server. +**[VMware Tanzu Kubernetes Grid (TKG)](https://tanzu.vmware.com/kubernetes-grid)** + +TKG uses Pinniped to provide a seamless SSO experience across management and workload clusters. + +**[VMware Tanzu Mission Control (TMC)](https://tanzu.vmware.com/mission-control)** + +TMC uses Pinniped to provide a uniform authentication experience across all attached clusters. + ## Adding your organization to the list of adopters If you are using Pinniped and would like to be included in the list of Pinniped Adopters, add an SVG version of your logo that is less than 150 KB to the [img directory](https://github.com/vmware-tanzu/pinniped/tree/main/site/themes/pinniped/static/img) in this repo and submit a pull request with your change including 1-2 sentences describing how your organization is using Pinniped. Name the image file something that -reflects your company (e.g., if your company is called Acme, name the image acme.svg). Please feel free to send us a message in [#pinniped](https://kubernetes.slack.com/archives/C01BW364RJA) with any questions you may have. \ No newline at end of file +reflects your company (e.g., if your company is called Acme, name the image acme.svg). Please feel free to send us a message in [#pinniped](https://kubernetes.slack.com/archives/C01BW364RJA) with any questions you may have.