- Resolves: rhbz#1427720, 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.
This commit is contained in:
parent
5f5c166290
commit
8715772669
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/keycloak-httpd-client-install-0.3.tar.gz
|
||||
/keycloak-httpd-client-install-0.4.tar.gz
|
||||
/keycloak-httpd-client-install-0.5.tar.gz
|
||||
/keycloak-httpd-client-install-0.6.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 0.5
|
||||
Release: 2%{?dist}
|
||||
Version: 0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: %{summary}
|
||||
|
||||
%global git_tag RELEASE_%(r=%{version}; echo $r | tr '.' '_')
|
||||
@ -114,6 +114,15 @@ install -c -m 644 doc/keycloak-httpd-client-install.8 %{buildroot}/%{_mandir}/ma
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 1 2017 John Dennis <jdennis@redhat.com> - 0.6-1
|
||||
- Resolves: rhbz#1427720, 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.
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (keycloak-httpd-client-install-0.5.tar.gz) = 501706cb53cd7f9d52a8c13e94b7ee787696c65e69155affd637ea2c543fddb84d817ba83470ef6098672b8e136c36db327150804637df6325caf47d35bd0fa0
|
||||
SHA512 (keycloak-httpd-client-install-0.6.tar.gz) = b76e427c7fd836ff80be9b82ffc35ce9b523db5795af17f5ec4e0b61b96c452ef4a4e759ded459607e73b0e9c9fba1cf745f26175162a309ec912f2387f2adf1
|
||||
|
Loading…
Reference in New Issue
Block a user