Skip to content

Commit 1e1250b

Browse files
committed
Add Conjur to K8s authentication and secret management
1 parent a710ac9 commit 1e1250b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Further reading:
8282
- [Single Sign-On for Kubernetes: An Introduction](https://thenewstack.io/kubernetes-single-sign-one-less-identity/) by Joel Speed
8383
- [Let's Encrypt, OAuth 2, and Kubernetes Ingress](https://eng.fromatob.com/post/2017/02/lets-encrypt-oauth-2-and-kubernetes-ingress/) by Ian Chiles
8484
- [Comparing Kubernetes Authentication Methods](https://medium.com/@etienne_24233/comparing-kubernetes-authentication-methods-6f538d834ca7by) Etienne Dilocker
85-
- [k8s auth proxy example](http://uptoknow.blogspot.com/2017/06/kubernetes-authentication-proxy-example.html)
85+
- [K8s auth proxy example](http://uptoknow.blogspot.com/2017/06/kubernetes-authentication-proxy-example.html)
86+
- [K8s authentication with Conjur](https://blog.conjur.org/kubernetes-authentication)
8687

8788
Tooling:
8889

@@ -91,6 +92,7 @@ Tooling:
9192
- [heptio/authenticator](https://github.com/heptio/authenticator)
9293
- [hashicorp/vault-plugin-auth-kubernetes](https://github.com/hashicorp/vault-plugin-auth-kubernetes)
9394
- [appscode/guard](https://github.com/appscode/guard)
95+
- [cyberark/conjur](https://github.com/cyberark/conjur)
9496

9597
### Authorization
9698

@@ -202,12 +204,14 @@ Further reading:
202204
- [Your secret's safe with me](https://www.youtube.com/watch?v=y5gfvEO_cjY)
203205
- [How you could be leaking your secrets onto GitHub](https://www.infoworld.com/article/3064355/security/how-you-might-be-leaking-your-secrets-onto-github.html)
204206
- [The problems with forcing regular password expiry](https://www.ncsc.gov.uk/articles/problems-forcing-regular-password-expiry)
207+
- [Managing Secrets in OpenShift with CyberArk Conjur and the CyberArk Vault](https://blog.openshift.com/managing-secrets-in-openshift-containers-with-cyberark-conjur-and-the-cyberark-vault/)
205208

206209
Tooling:
207210

208211
- [kelseyhightower/konfd](https://github.com/kelseyhightower/konfd)
209212
- [bitnami-labs/sealed-secrets](https://github.com/bitnami-labs/sealed-secrets)
210213
- [shyiko/kubesec](https://github.com/shyiko/kubesec)
214+
- [cyberark/conjur](https://github.com/cyberark/conjur)
211215

212216
## Advanced topics
213217

0 commit comments

Comments
 (0)