Skip to content

Commit

Permalink
Minor update to Secrets engine overview docs (#10977)
Browse files Browse the repository at this point in the history
The reference to API calls and link to code isn't a good fit here.

Reverts eb3e34d
  • Loading branch information
Jim Kalafut authored and actions-user committed Feb 23, 2021
1 parent 8e0c00c commit 909a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/secrets/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Secrets engines are mountable engines that store or generate secret

Secrets engines are components which store, generate, or encrypt data. Secrets
engines are incredibly flexible, so it is easiest to think about them in terms
of their function. Secrets engines operate by receiving API calls that meet [this interface](https://github.com/hashicorp/vault/blob/061bc8ed2bbed49eb4f54c3a04647fbbefb13e48/sdk/framework/backend.go#L105). The calls receive data from the caller, take some
of their function. Secrets engines are provided some set of data, they take some
action on that data, and they return a result.

Some secrets engines simply store and read data - like encrypted
Expand Down

0 comments on commit 909a8f4

Please sign in to comment.