You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v2.0.1 - 2020-10-30
Added
CONJUR_LOG_LEVEL for the Conjur container can now be configured by setting the logLevel value, or updated using helm upgradecyberark/conjur-oss-helm-chart#77
Changed
account now accepts two values, account.create, a boolean, and account.name, a string.
These values allow you to configure the creation of a Conjur account on container startup, and
the name of the account. cyberark/conjur-oss-helm-chart#77
Deprecated
The rbac.create chart value is now deprecated. This value will be replaced
in the next major release with two separate settings:
rbac.createClusterRole (defaulting to true)
rbac.createClusterRoleBinding (defaulting to false)
and the use of RoleBindings will be recommended over using ClusterRoleBinding.