Skip to content

Commit

Permalink
missing issuer sentence | remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
imthaghost committed Nov 18, 2021
1 parent c82e850 commit f506f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions website/content/api-docs/auth/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ The following fields have been deprecated and will be removed in a future releas

* `disable_iss_validation` `(bool: true)` Disable JWT issuer validation. Allows to skip ISS validation.


* `issuer` `(string: "")` Optional JWT issuer. If no issuer is specified, then this plugin will

use `kubernetes/serviceaccount` as the default issuer. See [these instructions](/docs/platform/k8s/csi#setting-issuer-for-kubernetes-authentication) for looking up the issuer for a given

This comment has been minimized.

Copy link
@benashz

benashz Nov 18, 2021

Contributor

It should be marked as deprecated, no?

This comment has been minimized.

Copy link
@benashz

benashz Nov 18, 2021

Contributor

It seems odds that you are redirecting to the CSI documentation.

This comment has been minimized.

Copy link
@imthaghost

imthaghost Nov 18, 2021

Author Contributor

For some reason the original link was directing to CSI I've updated here c886898

### Caveats

If Vault is running in a Kubernetes Pod, the `kubernetes_ca_cert` and
Expand Down
6 changes: 2 additions & 4 deletions website/content/docs/platform/k8s/csi/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: >-
The Vault CSI Provider allows pods to consume Vault secrets using CSI volumes.
---

-> **Deprecated:** The issuer parameter has been deprecated as of Vault 1.9 and will and will be removed in a future release.

# Vault CSI Provider

The Vault CSI Provider allows pods to consume Vault secrets using
Expand Down Expand Up @@ -52,6 +50,8 @@ account provided to pods if no service account is defined.

### Setting `issuer` for Kubernetes authentication

-> **Deprecated:** The issuer parameter has been deprecated as of Vault 1.9 and will and will be removed in a future release.

You will likely need to set [`issuer`](/api-docs/auth/kubernetes#issuer) when
configuring Kubernetes authentication for the Vault CSI Provider.
Vault CSI Provider does not use the default token associated with service accounts.
Expand All @@ -71,8 +71,6 @@ long-lived default service account token, with an issuer different to the tokens
Vault CSI Provider will create. But one Kubernetes auth mount can only be
configured to validate a single issuer value.



## Secret Provider Class Example

The following is an example of a Secret Provider Class using the `vault` provider:
Expand Down

0 comments on commit f506f51

Please sign in to comment.