From 371ac1ffb5b7f4de9562bd4541e202dbb6cfb4ea Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Thu, 9 Jul 2020 10:41:34 -0400 Subject: [PATCH] Update external credential providers docs with install hint details Signed-off-by: Andrew Keesler --- .../reference/access-authn-authz/authentication.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 8f16a0801e..d196be938d 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -757,6 +757,19 @@ users: args: - "arg1" - "arg2" + + # Text shown to the user when the executable doesn't seem to be present. Optional. + installHint: | + example-client-go-exec-plugin is required to authenticate + to the current cluster. It can be installed: + + On macOS: brew install example-client-go-exec-plugin + + On Ubuntu: apt-get install example-client-go-exec-plugin + + On Fedora: dnf install example-client-go-exec-plugin + + ... clusters: - name: my-cluster cluster: