secret/postgres: secret/mysql: roles endpoints root protected

This commit is contained in:
Armon Dadgar 2015-04-27 14:04:10 -07:00
parent 816d981d1a
commit 12e8c0f8cf
4 changed files with 8 additions and 6 deletions

View file

@ -23,6 +23,7 @@ func Backend() *framework.Backend {
PathsSpecial: &logical.Paths{
Root: []string{
"config/*",
"roles/*",
},
},

View file

@ -22,6 +22,7 @@ func Backend() *framework.Backend {
PathsSpecial: &logical.Paths{
Root: []string{
"config/*",
"roles/*",
},
},

View file

@ -183,7 +183,7 @@ allowed to read.
<dl class="api">
<dt>Description</dt>
<dd>
Creates or updates the role definition.
Creates or updates the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>
@ -216,7 +216,7 @@ allowed to read.
<dl class="api">
<dt>Description</dt>
<dd>
Queries the role definition.
Queries the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>
@ -250,7 +250,7 @@ allowed to read.
<dl class="api">
<dt>Description</dt>
<dd>
Deletes the role definition.
Deletes the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>

View file

@ -189,7 +189,7 @@ subpath for interactive help output.
<dl class="api">
<dt>Description</dt>
<dd>
Creates or updates the role definition.
Creates or updates the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>
@ -222,7 +222,7 @@ subpath for interactive help output.
<dl class="api">
<dt>Description</dt>
<dd>
Queries the role definition.
Queries the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>
@ -256,7 +256,7 @@ subpath for interactive help output.
<dl class="api">
<dt>Description</dt>
<dd>
Deletes the role definition.
Deletes the role definition. This is a root protected endpoint.
</dd>
<dt>Method</dt>