* Specfile fix: Own the keycloak-rest binary * Python2 compatibility: Import print() from future to make sure khci works on platforms that only ship python2
1.1
* Fix github issue 9: doc: Fix a typo in --oidc-redirect-uri description * Fix github issue 10: Add a new --oidc-logout-uri command line option * Add --version option to display installed version
1.0
* Major refactoring to support newly introduced mod_auth_openidc support * Support mod_auth_openidc * See keycloak-httpd-client-install man page for new command line options and deprecated options
0.8
* CVE-2017-15112 unsafe use of -p/--admin-password on command line * CVE-2017-15111 unsafe /tmp log file in --log-file option in keycloak_cli.py * fix patch in 0.7, mellon-root and mellon-protected-locations need to be validated, should have used join_path() utility instead of concatenation.
0.7
* fix rhbz1481322, mellon-root and mellon-protected-locations need to be validated
0.6
* fix bug, if --mellon-root is not supplied and defaults to / you end up with double slashes in entityId and endpoints * add --tls-verify option to control python-requests behavor when using tls to connect. With this option you can use a self-signed cert or point to a CA bundle. * Fix warnings and checks when using client originate method 'registration' with 'anonymous' authentication.