knife-acl 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +15 -0
- data/README.md +3 -3
- data/lib/knife-acl/version.rb +1 -1
- metadata +5 -7
checksums.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
NDk0ZWU1NzAzMWNmMTM5ZjM3NjRkMWYyZjljMzg3M2M0MTM1MjVkMA==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
ZjM4NGI3ZTU5YWE2YmQ3OGZkZDNjZTNmYzE4YzhkMTY1OTI4NGI1MQ==
|
|
7
|
+
!binary "U0hBNTEy":
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
OWIzNjA0ZDg5YWFkNGE3ZjdiZjJkYmJhNTQ3OTk3ZGUyZTRlZjlmMDQ3NmVk
|
|
10
|
+
NDM5OWM1MTViYjVkZGZkNDEwYTM0MjRhZGQwZmRlNzNmMTQxMmU5MjQzMjk3
|
|
11
|
+
MDQ1NDlhMDA1ZjA3ZDNjOTNhMTlkNWRlODRkY2FjODUzMGQ1NDM=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
MzY0ZWMxYjhhZjNmMzMxM2ZjYzZiODIxMmNhNjRiYTc5OWQxMjgyYTMzOTIz
|
|
14
|
+
ZTA2YTkxMjJmM2RkN2MzMzg1OGFlZjhjZjIyNDJjZmQ0NTM4MDdhYmMzODhk
|
|
15
|
+
YmZlN2I0MjI0Y2YwNzg0ZGNjOWUyMzAxZDBjZDM3ZGFkZjBkZmY=
|
data/README.md
CHANGED
|
@@ -11,15 +11,15 @@ You can use these commands to manage a read-only group. To do so:
|
|
|
11
11
|
1. Run `knife actor map` to create/update a local actor map file
|
|
12
12
|
`actor-map.yaml`:
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
knife actor map
|
|
15
15
|
|
|
16
16
|
2. In the webUI, create a group that will hold read-only users.
|
|
17
17
|
|
|
18
18
|
3. For each user you wish to have read only access as defined by
|
|
19
19
|
permissions given to the "read-only" group do the following:
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
knife group add actor read-only USER
|
|
22
|
+
knife group remove actor users USER
|
|
23
23
|
|
|
24
24
|
This adds the user to the 'read-only' group and removes them from the
|
|
25
25
|
'users' group which has more permissions by default (users are
|
data/lib/knife-acl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: knife-acl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.11
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Seth Falcon
|
|
@@ -38,28 +37,27 @@ files:
|
|
|
38
37
|
- lib/chef/knife/user_list.rb
|
|
39
38
|
- lib/chef/knife/user_show.rb
|
|
40
39
|
- lib/knife-acl/version.rb
|
|
41
|
-
homepage:
|
|
40
|
+
homepage: https://github.com/opscode/knife-acl/blob/master/README.md
|
|
42
41
|
licenses: []
|
|
42
|
+
metadata: {}
|
|
43
43
|
post_install_message:
|
|
44
44
|
rdoc_options: []
|
|
45
45
|
require_paths:
|
|
46
46
|
- lib
|
|
47
47
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
48
|
-
none: false
|
|
49
48
|
requirements:
|
|
50
49
|
- - ! '>='
|
|
51
50
|
- !ruby/object:Gem::Version
|
|
52
51
|
version: '0'
|
|
53
52
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
54
|
-
none: false
|
|
55
53
|
requirements:
|
|
56
54
|
- - ! '>='
|
|
57
55
|
- !ruby/object:Gem::Version
|
|
58
56
|
version: '0'
|
|
59
57
|
requirements: []
|
|
60
58
|
rubyforge_project:
|
|
61
|
-
rubygems_version:
|
|
59
|
+
rubygems_version: 2.0.7
|
|
62
60
|
signing_key:
|
|
63
|
-
specification_version:
|
|
61
|
+
specification_version: 4
|
|
64
62
|
summary: ACL Knife Tools for Opscode hosted Enterprise Chef/Enterprise Chef
|
|
65
63
|
test_files: []
|