fix spellings errors (#3400)

This commit is contained in:
Oluwafemi Sule 2017-09-29 16:52:42 +01:00 committed by Vishal Nayak
parent f56e191020
commit b6ec6351af
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ IMPROVEMENTS:
* auth/aws: Allow wildcards in `bound_iam_principal_id` [GH-3213]
* auth/okta: Compare groups case-insensitively since Okta is only
case-preserving [GH-3240]
* auth/okta: Standarize Okta configuration APIs across backends [GH-3245]
* auth/okta: Standardize Okta configuration APIs across backends [GH-3245]
* cli: Add subcommand autocompletion that can be enabled with
`vault -autocomplete-install` [GH-3223]
* cli: Add ability to handle wrapped responses when using `vault auth`. What

View File

@ -7,7 +7,7 @@ This plugin allows for Kubernets Service Accounts to authenticate with Vault.
## Quick Links
- Vault Website: https://www.vaultproject.io
- Kunernetes Auth Docs: https://www.vaultproject.io/docs/auth/kubernetes.html
- Kubernetes Auth Docs: https://www.vaultproject.io/docs/auth/kubernetes.html
- Main Project Github: https://www.github.com/hashicorp/vault

View File

@ -4,7 +4,7 @@ page_title: "Auth Plugin Backend: Kubernetes"
sidebar_current: "docs-auth-kubernetes"
description: |-
The Kubernetes auth backend allows automated authentication of Kubernetes
Service Accouts.
Service Accounts.
---
# Auth Backend: Kubernetes