From fb9aa6a77587d01a68411ab6914b5491964cfac7 Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Thu, 14 Jan 2016 16:32:19 -0800 Subject: Explain why we don't support USAGs either --- spec/run_oc_pedant.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index b3288ce..5b803c3 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -98,7 +98,6 @@ begin '--skip-keys', '--skip-controls', '--skip-acl', - '--skip-usags', '--exclude-internal-orgs', '--skip-headers', @@ -116,6 +115,13 @@ begin # is for the search reindexing script. '--skip-omnibus', + # USAGs (user-specific association groups) are Authz groups that contain + # only one user and represent that user's association with an org. Though + # there are good reasons for them, they don't work well in practice and + # only the manage console really uses them. Since Chef Zero + Manage is a + # quite unusual configuration, we're ignoring them. + '--skip-usags', + # Chef 12 features not yet 100% supported by Chef Zero '--skip-containers', '--skip-api-v1', -- cgit v1.2.1