cyberark / conjur-policy-parser

Parser library for Conjur Policy YAML
MIT License
0 stars 1 forks source link

!policy type doesn't support annotations #13

Closed apotterri closed 5 years ago

apotterri commented 5 years ago

Expected behavior: writing

- !policy
  id: a-policy
  annotations:
    an-annotation: a-value

will create a policy resource with annotations.

Actual behavior: The annotations block is silently ignored.