Port details |
- keycloak Identity and access management solution
- 26.0.5 net =10 26.0.5Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@rheinwolf.de
- Port Added: 2021-01-21 02:33:20
- Last Update: 2024-11-07 09:43:04
- Commit Hash: 7ecdd7a
- People watching this port, also watch:: clamav, nginx, node, clamav-unofficial-sigs, prometheus-collectd-exporter
- Also Listed In: java
- License: APACHE20
- WWW:
- https://www.keycloak.org/
- Description:
- Keycloak is an open source Identity and Access Management solution
aimed at modern applications and services. It makes it easy to
secure applications and services with little to no code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/keycloak/ && make install clean
- To add the package, run one of these commands:
- pkg install net/keycloak
- pkg install keycloak
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: keycloak
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730880117
SHA256 (keycloak-26.0.5.tar.gz) = f3290d506f895d9e474e04d8d108290f12ee04b51e044289295c79d696838974
SIZE (keycloak-26.0.5.tar.gz) = 146790466
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk21
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for keycloak-26.0.5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_keycloak
- USES:
- cpe shebangfix
- pkg-message:
- For install:
- Keycloak was installed
1) Configuration files are located at /usr/local/share/java/keycloak/conf
2) keycloak start in production mode by default. https is mandatory in this
mode. You must generate some certificate files.
# cd /usr/local/share/java/keycloak/conf
# openssl req -newkey rsa:2048 -nodes -keyout server.key.pem -x509 \
-days 3650 -out server.crt.pem
# chmod 640 server.crt.pem server.key.pem
# chown keycloak:keycloak server.crt.pem server.key.pem
Do not forget set certificate paths into keycloak.conf
3) If you want start keycloak on develpment mode (http), you can change
it the following way:
# sysrc keycloak_flags=start-dev
4) Also you can use mysql or postgresql backend for store keycloak data. Take a
look at db, db-username, db-password and db-url options into keycloak.conf
file.
5) Enable keycloak service
# service keycloak enable
6) Sometimes you will need run a keycloak build when you change some settings
into config file or when you pass from development mode to production mode.
Try the following if you need it:
# service keycloak build
7) Start keycloak service
# service keycloak start
8) Development mode listen on 8080 port and production mode listen on 8443 port
by default. Depending of your own configuration, the administration console
can be accesing from a web browser from localhost first time:
http://localhost:8080
or if you are using production mode
https://ip_or_hostname:8443
9) Also, you can create admin user by using KEYCLOAK_ADMIN and
KEYCLOAK_ADMIN_PASSWORD environment variables when keycloak is started first
time on production mode:
# cd /usr/local/etc/rc.d
# KEYCLOAK_ADMIN=admin_user KEYCLOAK_ADMIN_PASSWORD=pass_user sh keycloak start
10) For more information about keycloak configuration, visit:
https://www.keycloak.org/documentation
11) Enjoy it
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
26.0.5 07 Nov 2024 09:43:04 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 26.0.4 → 26.0.5
Changelog:
https://www.keycloak.org/2024/11/keycloak-2605-released.html
PR: 282599
MFH: 2024Q4 |
26.0.4 30 Oct 2024 16:12:29 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 26.0.2 → 26.0.4, fix CVE-2021-44549
Changelog:
https://www.keycloak.org/2024/10/keycloak-2604-released.html
PR: 282419
MFH: 2024Q3 |
26.0.2 25 Oct 2024 16:15:08 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 26.0.1 → 26.0.2
Changelog:
https://www.keycloak.org/2024/10/keycloak-2602-released.html
PR: 282283 |
26.0.1 23 Oct 2024 18:07:18 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 26.0.0 → 26.0.1
Changelog:
https://www.keycloak.org/2024/10/keycloak-2601-released.html
PR: 282283 |
26.0.0 11 Oct 2024 16:08:04 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 25.0.6 → 26.0.0
Changelog:
https://www.keycloak.org/2024/10/keycloak-2600-released.html
PR: 282003 |
25.0.6 20 Sep 2024 12:40:40 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 25.0.5 → 25.0.6 (fix CVE-2024-8698 CVE-2024-8883)
Changelog:
https://www.keycloak.org/2024/09/keycloak-2506-released.html
CVE-2024-8883 Vulnerable Redirect URI Validation Results in Open
Redirect
CVE-2024-8698 Improper Verification of SAML Responses Leading to
Privilege Escalation in Keycloak
PR: 281602
MFH: 2024Q3 |
25.0.5 10 Sep 2024 11:52:02 |
Joel Bodenmann (jbo) Author: Matthias Wolf |
net/keycloak: Update to 25.0.5
Changelog: https://www.keycloak.org/2024/09/keycloak-2505-released.html
PR: 281413 |
25.0.4_1 30 Aug 2024 08:55:12 |
Vladimir Druzenko (vvd) Author: Tobias Bölz |
net/keycloak: Remove bash as runtime dependency
Keycloak no longer requires bash see:
https://github.com/keycloak/keycloak/pull/21124
PR: 281108
Approved by: Matthias Wolf <freebsd@rheinwolf.de> (maintainer) |
25.0.4 27 Aug 2024 14:45:10 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: Update 25.0.2 → 25.0.4
Changelog:
https://www.keycloak.org/2024/08/keycloak-2504-released.html
Also pet portclippy.
PR: 281093 |
25.0.2 19 Jul 2024 11:43:34 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: update 25.0.1 → 25.0.2
Changelog:
https://www.keycloak.org/2024/07/keycloak-2502-released.html
PR: 280363 |
25.0.1 26 Jun 2024 11:35:55 |
Alexander Leidinger (netchild) |
net/keycloak: update to 25.0.1
Release notes: https://www.keycloak.org/docs/25.0.1/release_notes/
PR: 279936
Approved by: maintainer |
24.0.5 04 Jun 2024 12:00:57 |
Vladimir Druzenko (vvd) Author: Matthias Wolf |
net/keycloak: update to 24.0.5
News:
https://www.keycloak.org/2024/06/keycloak-2405-released.html
PR: 279511 |
24.0.4 10 May 2024 18:03:37 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 24.0.4
ChangeLog: https://www.keycloak.org/2024/05/keycloak-2404-released.html
Enhancements
#27508 Use new remote-store options in HA guides
#28429 Add details to error messages, especially around refresh tokens
#28729 Emphasize the need for setting container limit docs
#28880 Upgrade to Quarkus 3.8.4 dist/quarkus
#29183 Minor corrections to High Availability Guide docs
Bugs
#16345 Unable to delete realm names with invalid URL characters admin/api (Only the first 15 lines of the commit message are shown above ) |
24.0.3 24 Apr 2024 13:56:39 |
Vanilla I. Shu (vanilla) |
net/keycloak: update to 24.0.3.
PR: 278408
Reported by: maintainer |
24.0.2 29 Mar 2024 17:33:42 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 24.0.2
ChangeLog: https://www.keycloak.org/2024/03/keycloak-2402-released.html
PR: 277952
Reported by: freebsd@rheinwolf.de (maintainer) |
24.0.1 23 Mar 2024 04:02:58 |
Jose Alonso Cardenas Marquez (acm) Author: Matthias Wolf |
net/keycloak: Update to 24.0.1
- Add pkg-message entry about creation of keycloak admin user
- Remove obsolete files
ChangeLog at: https://www.keycloak.org/2024/03/keycloak-2401-released.html
PR: 277500 |
23.0.6 20 Feb 2024 17:36:48 |
Jose Alonso Cardenas Marquez (acm) |
net/keycloak: update to 23.0.6
- Update to 23.0.6
- Add keycloak user and group
- Add pkg-message
- Add support for development(start-dev) and production (start) mode at rc
script
- Export JAVA_HOME from rc script
- Add keycloak build function into rc script
PR: 275658 276859
Approved by: maintainer timeout (2 weeks) |
23.0.5 04 Feb 2024 17:47:41 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 23.0.5
ChangeLog: https://www.keycloak.org/2024/01/keycloak-2305-released.html
New features
* Update Route53 HA guide to be compatible with ROSA and Openshift 4.14.x
* Remove conditional statements about Windows / Linux from the docs docs
Enhancements
* Role mapping tab no longer visible when using fine grained permissions after
upgrade from 20.0.3 to 21.0.2 admin/ui
* Clarification needed of use of containers
* Change RHDG references to Infinispan (Only the first 15 lines of the commit message are shown above ) |
23.0.1 02 Dec 2023 16:07:03 |
Joel Bodenmann (jbo) Author: Matthias Wolf |
net/keycloak: Update to 23.0.1
Changelog: https://www.keycloak.org/2023/11/keycloak-2301-released.html
PR: 275446
Approved by: zirias (mentor)
Differential Revision: https://reviews.freebsd.org/D42873 |
22.0.5 27 Oct 2023 18:32:22 |
Li-Wen Hsu (lwhsu) Author: Matthias Wolf |
net/keycloak: Update to 22.0.5
Release note: https://www.keycloak.org/2023/10/keycloak-2205-released.html
PR: 274757 |
22.0.4 19 Oct 2023 07:07:30 |
Robert Clausecker (fuz) Author: Matthias Wolf |
net/keycloak: update to 22.0.4
Changelog: https://www.keycloak.org/2023/10/keycloak-2204-released
PR: 274556 |
22.0.3 16 Sep 2023 15:30:30 |
Alexander Leidinger (netchild) Author: Matthias Wolf |
net/keycloak: Update to 22.0.3. |
21.1.1 04 May 2023 09:16:19 |
Li-Wen Hsu (lwhsu) |
net/keycloak: Update to 21.1.1
PR: 271207
Approved by: Matthias Wolf <freebsd@rheinwolf.de> (maintainer) |
20.0.5 23 Feb 2023 15:56:30 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 20.0.5
ChangeLog: https://www.keycloak.org/2023/02/keycloak-2005-released.html
Bugs:
* Fine-grained authorization behavior for management of groups differs between
version 18.0.3 and 19.03, 20.0 keycloak-ui section/other
* Not able to see the events UI keycloak-ui section/events
* Keycloak 20.0.2-1 OutOfMemoryError in admin ui keycloak-ui section/clients
* SAML client import cert pem file for "Encryption keys config" broken
keycloak-ui section/clients
* Default value of `NameID policy format` is not correct in SAML Identity
Provider keycloak-ui section/identity providers
* Escape character in SAML response keycloak saml
* OfflineSessionPersistenceTest times out with session preloading keycloak
storage
PR: 269736
Reported by: freebsd@rheinwolf.de (maintainer)
MFH: 2023Q1 (bugfix release) |
20.0.3 16 Jan 2023 13:27:54 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 20.0.3
ChangeLog: https://www.keycloak.org/2023/01/keycloak-2003-released.html
* User role mapping tab: Show effective client roles for a user keycloak-ui
section/users
* ProviderConfigProperty.MAP_TYPE error in new UI keycloak-ui section/identity
providers
* Unable to turn on "Bypass identity confirmation" keycloak-ui
section/authentication
* Adding Form sub-flow broken on admin v2 keycloak-ui section/authentication
* Custom User Provider SPI: There are no settings to configure the periodically
synchronization of users keycloak-ui section/user federation
* Assign roles to account - paging doesn't work keycloak-ui section/users
* Realm selector requires two clicks to select something keycloak-ui (Only the first 15 lines of the commit message are shown above ) |
20.0.2 15 Dec 2022 17:24:18 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 20.0.2
ChangeLog: https://www.keycloak.org/2022/12/keycloak-2002-released.html
Enhancements
* Expiration for Admin Events
Bugs
* KC Operator Test WatchedSecretsTest.testSecretsAreWatched is unstable
* Error in Core? ( Clients Client details Dedicated scopes): Cannot read
properties of undefined (reading 'helpText')
* NPE in theme.getName() via getMainPage
* Failed to run scheduled task ClearExpiredAdminEvents Oracle
* Flaky test:
OpenshiftClientStorageTest.testCodeGrantFlowWithServiceAccountUsingOAuthRedirectReference
* SAMLFilterServletAdapterTest fails on Oracle
* Internal pipelines don't tests run for OracleDB or other database
* clientID are base64 encoded in state uri param with non URI friendly base64
PR: 268369
Reported by: freebsd@rheinwolf.de (maintainer) |
20.0.1 08 Nov 2022 14:19:10 |
Nuno Teixeira (eduardo) Author: Matthias Wolf |
net/keycloak: Update to 20.0.1
ChangeLog: https://www.keycloak.org/2022/11/keycloak-2001-released.html
PR: 267637 |
19.0.3 11 Oct 2022 15:35:18 |
Fernando Apesteguía (fernape) Author: Matthias Wolf |
net/keycloak: Update to 19.0.3
ChangeLog: https://www.keycloak.org/2022/10/keycloak-1903-released.html
* AdminV2 not using admin hostname keycloak-ui admin/ui
* Clear expired events errors keycloak storage
* CryptoIntegration fails to init on WebSphere Liberty keycloak
* keycloak 19 legacy: unable to deploy war-packaged user storage provider
keycloak storage
* Missing variable declaration in AuthZ JS keycloak adapter/javascript
* Browser-based flows not working properly due to 3rd party cookie policies on
Firefox
PR: 266939
Reported by: freebsd@rheinwolf.de (maintainer) |
19.0.2 20 Sep 2022 19:13:00 |
Nuno Teixeira (eduardo) |
net/keycloak: Reduce pkg-plist future updates impact
- Use PLIST_SUB to reduce pkg-plist changes on future updates
- Not bumping PORTREVISION
Reported by: osa |
19.0.2 20 Sep 2022 15:42:54 |
Nuno Teixeira (eduardo) Author: Matthias Wolf |
net/keycloak: Update to 19.0.2
ChangeLog: https://github.com/keycloak/keycloak/compare/19.0.1...19.0.2
PR: 266513 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
19.0.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
19.0.1 15 Aug 2022 17:51:42 |
Fernando Apesteguía (fernape) |
net/keycloak: Upgrade to 19.0.1
ChangeLog: https://www.keycloak.org/2022/07/keycloak-1901-released
PR: 265072
Reported by: yonas.yanfa@gmail.com (maintainer) |
15.1.1 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
15.1.1 20 Dec 2021 05:54:55 |
Li-Wen Hsu (lwhsu) Author: Matthias Wolf |
net/keycloak: Update to 15.1.1
https://www.keycloak.org/2021/12/keycloak-1510-released.html
PR: 260470 |
15.0.2 20 Oct 2021 16:13:20 |
Stefan Eßer (se) |
net/keycloak: Add CPE information
Approved by: portmgr (blanket) |
15.0.2 23 Aug 2021 12:48:21 |
Vanilla I. Shu (vanilla) |
net/keycloak: update to 15.0.2.
PR: 257974
Reported by: maintainer |
15.0.1 17 Aug 2021 05:50:27 |
Guangyuan Yang (ygy) Author: Matthias Wolf |
net/keycloak: Update to 15.0.1
Changelog: https://www.keycloak.org/docs/latest/release_notes/index.html#keycloak-15-0-1
PR: 257883 |
14.0.0 22 Jun 2021 23:50:07 |
Guangyuan Yang (ygy) Author: Matthias Wolf |
net/keycloak: Update to 14.0.0
PR: 256747
Approved by: lwhsu (mentor, implicit) |
13.0.1 28 May 2021 10:54:55 |
Guangyuan Yang (ygy) Author: Matthias Wolf |
net/keycloak: Update to 13.0.1
PR: 256168
Submitted by: Matthias Wolf <freebsd@rheinwolf.de> (maintainer)
Approved by: lwhsu (mentor, implicit) |
13.0.0 10 May 2021 12:58:57 |
Fernando Apesteguía (fernape) |
net/keycloak: Update to 13.0.0
ChangeLog: https://www.keycloak.org/2021/05/keycloak-1300-released.html
While here pet linters
PR: 255744
Reported by: freebsd@rheinwolf.de (maintainer) |
12.0.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
12.0.4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
12.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
12.0.4 02 Mar 2021 20:17:46 |
nc |
net/keycloak: Update to 12.0.4
Changes:
https://issues.jboss.org/issues/?jql=project%20%3D%20keycloak%20and%20fixVersion%20%3D%2012.0.4
PR: 253955
Submitted by: Matthias Wolf <freebsd AT rheinwolf DOT de> (maintainer) |
12.0.3 23 Feb 2021 06:59:13 |
fernape |
net/keycloak: Update to 12.0.3
ChangeLog:
https://issues.jboss.org/issues/?jql=project%20%3D%20keycloak%20and%20fixVersion%20%3D%2012.0.3
PR: 253694
Submitted by: freebsd@rheinwolf.de (maintainer) |
12.0.2 21 Jan 2021 02:21:33 |
vanilla |
Add keycloak 12.0.2, identity and access management solution.
PR: 252831
Submitted by: freebsd@rheinwolf.de |