From 26a575879e9ec2fce9e8364944f34f39c97d65b4 Mon Sep 17 00:00:00 2001 From: Matt Kelly Date: Tue, 15 Jan 2019 12:03:50 -0500 Subject: [PATCH] Fix RBAC Manager link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a29456b..2b53ab1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ At this point this integration only supports standard IAM roles, and is not adva If a `KUBECONFIG` environment variable is specified, rbac-lookup will attempt to use the config at that path, otherwise it will default to `~/.kube/config`. ## RBAC Manager -While RBAC Lookup helps provide visibility into Kubernetes auth, RBAC Manager helps make auth simpler to manage. This is a Kubernetes operator that enables more concise RBAC configuration that is easier to scale and automate. For more information, see [RBAC Manager on GitHub](https://github.com/reactiveops/rbac-lookup). +While RBAC Lookup helps provide visibility into Kubernetes auth, RBAC Manager helps make auth simpler to manage. This is a Kubernetes operator that enables more concise RBAC configuration that is easier to scale and automate. For more information, see [RBAC Manager on GitHub](https://github.com/reactiveops/rbac-manager). ## License Apache License 2.0