Fix the typo
Change-Id: I329e6d6289a4d0ba885d221f7b5fe587bc230b7c
This commit is contained in:
parent
7af28c8d16
commit
180ea7cb8c
@ -41,7 +41,7 @@ An operation specific ACL definition has following attribute:
|
|||||||
* `project-access`: Flag to mark a secret or a container private for an operation. Pass `false` to
|
* `project-access`: Flag to mark a secret or a container private for an operation. Pass `false` to
|
||||||
mark private.
|
mark private.
|
||||||
|
|
||||||
To acommplish above mentioned behavior for a secret/container resource, having ACL data populated
|
To accomplish above mentioned behavior for a secret/container resource, having ACL data populated
|
||||||
alone is not sufficient.
|
alone is not sufficient.
|
||||||
|
|
||||||
Following ACL rules are defined and used as `OR` in resource access policy:
|
Following ACL rules are defined and used as `OR` in resource access policy:
|
||||||
|
@ -7,7 +7,7 @@ public and private) to issue, renew and revoke certificates. In PKI parlance,
|
|||||||
barbican acts as a Registration Authority for these CAs.
|
barbican acts as a Registration Authority for these CAs.
|
||||||
|
|
||||||
This interaction is done through certificate plugins, which in turn, can talk
|
This interaction is done through certificate plugins, which in turn, can talk
|
||||||
to one of more CAs. Details about the CA each plugin communicates with are
|
to one or more CAs. Details about the CA each plugin communicates with are
|
||||||
updated by the plugins. This includes details like the CA name, description,
|
updated by the plugins. This includes details like the CA name, description,
|
||||||
signing cert and PKCS#7 certificate chain.
|
signing cert and PKCS#7 certificate chain.
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ reference the
|
|||||||
Listing CAs
|
Listing CAs
|
||||||
###########
|
###########
|
||||||
|
|
||||||
To see the list of CA's that are currently configured, you can query the cas
|
To see the list of CAs that are currently configured, you can query the cas
|
||||||
resource:
|
resource:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user