From 407882e2a87b2fd54d7f2d0cbb5e48cac3163ec3 Mon Sep 17 00:00:00 2001 From: ahardin-rh Date: Wed, 20 Sep 2017 00:07:28 -0400 Subject: [PATCH] Follow-up edits to PR#5260 --- .../additional_concepts/authorization.adoc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/architecture/additional_concepts/authorization.adoc b/architecture/additional_concepts/authorization.adoc index 34a4f447779e..c5b1b4ab109a 100644 --- a/architecture/additional_concepts/authorization.adoc +++ b/architecture/additional_concepts/authorization.adoc @@ -569,14 +569,15 @@ value will be removed from `volumes`. ==== [[authorization-allowed-flex-volumes]] -=== Restricting an Access to Flexvolumes +=== Restricting Access to FlexVolumes -{product-title} provides additional control of Flexvolumes based on their -driver. When SCC allows the usage of Flexvolumes, pods may request any Flexvolumes. -But when cluster admin specifies driver names in the `AllowedFlexVolumes` -field, pods may use only Flexvolumes with these drivers. +{product-title} provides additional control of FlexVolumes based on their +driver. When SCC allows the usage of FlexVolumes, pods can request any +FlexVolumes. However, when the cluster administrator specifies driver names in +the `AllowedFlexVolumes` field, pods must only use FlexVolumes with these +drivers. -.Example of limiting access to only two Flexvolumes +.Example of Limiting Access to Only Two FlexVolumes [source,yaml] ---- volumes: @@ -749,5 +750,5 @@ ifdef::openshift-online[] In {product-title} Pro, you can grant roles (like *view* or *edit*) to other users or groups for your projects. -In {product-title} Starter, collaboration is not available. +In {product-title} Starter, collaboration is not available. endif::[]