Summary
In plugins/secretstores/http/README.md, the flat key-value example is fenced as
json, but it uses ... ellipsis, so it doesn't parse as JSON.
{
"secret name A": "secret value A",
...
"secret name X": "secret value X"
}
Suggested fix
Fence the block as text.
Summary
In
plugins/secretstores/http/README.md, the flat key-value example is fenced asjson, but it uses...ellipsis, so it doesn't parse as JSON.Suggested fix
Fence the block as
text.