Sha256: 827923f731740d8787106c76613a7043533449e5e381d27a1b07809ee6a4975d
Contents?: true
Size: 737 Bytes
Versions: 11
Compression:
Stored size: 737 Bytes
Contents
Feature: Annotate a resource Background: Given I load the policy: """ - !resource kind: food id: bacon annotations: preparation-style: crispy """ Scenario: Annotations are stored and returned when the resource is displayed When I successfully run `conjur show food:bacon` And the JSON at "annotations" should have 1 entry And the JSON at "annotations/0/name" should be "preparation-style" And the JSON at "annotations/0/value" should be "crispy" Scenario: Annotations are searchable When I successfully run `conjur list --inspect -k food -s "crispy"` Then the JSON should have 1 entry And the JSON at "0/annotations/preparation-style" should be "crispy"
Version data entries
11 entries across 11 versions & 1 rubygems