From 27ff0bbd3bca0b6ed9035df3c06c6502ee86716d Mon Sep 17 00:00:00 2001 From: Javid Aslanov Date: Mon, 19 Apr 2021 13:15:01 +0400 Subject: [PATCH] Add aws as an authProvider for k8s integration Signed-off-by: Javid Aslanov --- docs/features/kubernetes/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/kubernetes/configuration.md b/docs/features/kubernetes/configuration.md index 00b5236020..caf29ccf03 100644 --- a/docs/features/kubernetes/configuration.md +++ b/docs/features/kubernetes/configuration.md @@ -78,7 +78,7 @@ cluster. Valid values are: | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `serviceAccount` | This will use a Kubernetes [service account](https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/) to access the Kubernetes API. When this is used the `serviceAccountToken` field should also be set. | | `google` | This will use a user's Google auth token from the [Google auth plugin](https://backstage.io/docs/auth/) to access the Kubernetes API. | -| `aws` | This will use AWS credentials to access resources in EKS clusters | +| `aws` | This will use AWS credentials to access resources in EKS clusters | ##### `clusters.\*.skipTLSVerify`