Skip to content

Commit

Permalink
docs: Update Kubernetes Secret backend docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Lapchenko <dennis.lapchenko@gmail.com>
  • Loading branch information
dennislapchenko committed Jun 20, 2023
1 parent a4d8f19 commit 16a8c86
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,20 +706,27 @@ data:
password: <path:secret-id#key | base64encode>
```

### Kubernets Secret
### Kubernetes Secret

**Note**: The Kubernetes secret backend does not support versioning
Setup the backend with default secret from which to conveniently inject values from.
Optionally alternative secret names can be passed through path.

**Note**: The Kubernetes Secret backend does not support versioning

##### Kubernetes Secret Authentication

Refer to the "Configuring Plugin" section, as this backend uses same in-cluster service-account as the plugin itself.
Backend inherits same in-cluster service-account as the plugin itself

These are the parameters for Kubernetes Secret:

```
AVP_TYPE: kubernetessecret
AVP_K8S_SECRET_SECRET: avp-secret-data
```
`AVP_K8S_SECRET_SECRET` can have namespace prefix, ie.:
```
AVS_K8S_SECRET_SECRET: prod:avp-secret-data
```

##### Examples

Expand Down

0 comments on commit 16a8c86

Please sign in to comment.