Skip to content

Commit

Permalink
Update CHANGELOG messages (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-artzi committed Mar 26, 2021
1 parent cd5f49f commit 4961f34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- `conjurctl server` and `conjurctl account create` allow the operator to specify
the admin user's password via STDIN by providing the `--password-from-stdin` switch.
[cyberark/conjur#2043](https://github.com/cyberark/conjur/issues/2043)
- `conjurctl account create` now allows the operator to specify the account name via
the `--name` flag. We recommend using this explicit flag when using the `--password-from-stdin`
option so that commands are explicit and more readable.
[cyberark/conjur#2043](https://github.com/cyberark/conjur/issues/2043)
- `/whoami` API endpoint now produces audit events.
[cyberark/conjur#2052](https://github.com/cyberark/conjur/issues/2052)
- When a user checks permissions of a non-existing role or a non-existing resource, Conjur now audits a failure message.
Expand Down

0 comments on commit 4961f34

Please sign in to comment.