mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Do not root protect role configurations
This commit is contained in:
@@ -20,7 +20,6 @@ func Backend() *framework.Backend {
|
||||
PathsSpecial: &logical.Paths{
|
||||
Root: []string{
|
||||
"config/*",
|
||||
"policy/*",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ func Backend() *framework.Backend {
|
||||
PathsSpecial: &logical.Paths{
|
||||
Root: []string{
|
||||
"config/*",
|
||||
"roles/*",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ func Backend() *framework.Backend {
|
||||
PathsSpecial: &logical.Paths{
|
||||
Root: []string{
|
||||
"config/*",
|
||||
"roles/*",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ func Backend() *framework.Backend {
|
||||
PathsSpecial: &logical.Paths{
|
||||
Root: []string{
|
||||
"config/*",
|
||||
"roles/*",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -190,7 +190,6 @@ interactive help output.
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Creates or updates a named policy.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -222,7 +221,6 @@ interactive help output.
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Queries a named policy.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -256,7 +254,6 @@ interactive help output.
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Deletes a named policy.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
||||
@@ -127,7 +127,6 @@ Permission denied
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Creates or updates the Consul role definition.
|
||||
This is a root protected endpoint.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -158,7 +157,7 @@ Permission denied
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Queries a Consul role definition. This is a root protected endpoint.
|
||||
Queries a Consul role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -191,7 +190,7 @@ Permission denied
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Deletes a Consul role definition. This is a root protected endpoint.
|
||||
Deletes a Consul role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
||||
@@ -183,7 +183,7 @@ allowed to read.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Creates or updates the role definition. This is a root protected endpoint.
|
||||
Creates or updates the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -216,7 +216,7 @@ allowed to read.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Queries the role definition. This is a root protected endpoint.
|
||||
Queries the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -250,7 +250,7 @@ allowed to read.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Deletes the role definition. This is a root protected endpoint.
|
||||
Deletes the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
||||
@@ -189,7 +189,7 @@ subpath for interactive help output.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Creates or updates the role definition. This is a root protected endpoint.
|
||||
Creates or updates the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -222,7 +222,7 @@ subpath for interactive help output.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Queries the role definition. This is a root protected endpoint.
|
||||
Queries the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
@@ -256,7 +256,7 @@ subpath for interactive help output.
|
||||
<dl class="api">
|
||||
<dt>Description</dt>
|
||||
<dd>
|
||||
Deletes the role definition. This is a root protected endpoint.
|
||||
Deletes the role definition.
|
||||
</dd>
|
||||
|
||||
<dt>Method</dt>
|
||||
|
||||
Reference in New Issue
Block a user