All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Nothing should go in this section, please add to the latest unreleased version (and update the corresponding date), or add a new version.
- Ability to load Factories using a Conjur Auth Token using the
CONJUR_AUTH_TOKEN
environment variable - Ability to define the target Policy branch using
TARGET_POLICY
environment variable. - Factory DSL Changes:
- Support for variable-set and authenticator boilerplate policy.
- Support for dropping the Factory resource identifier (for non-resource Factories).
- Support for dropping the Factory annotations (for non-resource Factories).
- Support for setting default values.
- Support for defining permitted values.
- Additional Default Factories:
- Core: Delete, Deny, Grant, Layer, Permit, Revoke, and Webservice
- Authenticators: Authn-Azure, Authn-GCP
- Core Factories: Host, User, Policy, Group, and User.
- Adds preliminary support for variables.
- Simplified policy and configuration system for generating factories with:
- CLI for load factories.
- CLI for generating factory stubs.
- Documentation