Sha256: 0d5e3ec4c82379e6eda077455ebe09bc963b45a8e0a36f703e14a2b56f62da10
Contents?: true
Size: 964 Bytes
Versions: 1
Compression:
Stored size: 964 Bytes
Contents
Feature: knife vault create 'knife vault update' is used to add clients, or administrators and to re-run the search query Scenario: add admin to a vault Given a local mode chef repo with nodes 'one,two,three' with admins 'alice,bob' And I create a vault item 'test/item' containing the JSON '{"foo": "bar"}' encrypted for 'one,two,three' with 'alice' as admin Then the vault item 'test/item' should be encrypted for 'one,two,three' And 'one,two,three' should be a client for the vault item 'test/item' And 'alice' should be an admin for the vault item 'test/item' And I can decrypt the vault item 'test/item' as 'alice' And I can't decrypt the vault item 'test/item' as 'bob' And I add 'bob' as an admin for the vault item 'test/item' Then 'alice,bob' should be an admin for the vault item 'test/item' And I can decrypt the vault item 'test/item' as 'alice' And I can decrypt the vault item 'test/item' as 'bob'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-vault-2.5.0 | features/vault_update.feature |