-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net-misc/keycloak-bin: add 25.0.6, 26.0.0; drop olds
Signed-off-by: Ryan Tsien <i@bitbili.net>
- Loading branch information
Showing
6 changed files
with
185 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DIST keycloak-bin-21.0.1.tar.gz 168541817 BLAKE2B 38878c531159a1cbfa4bec8cf46ecf1b546a041518384f630043e3e7e17e7ccc021b3ecb40f67e4bd8f41fb8e39a8563c626f6c13ab44f9e7bf18763a8a56325 | ||
DIST keycloak-bin-22.0.5.tar.gz 164612659 BLAKE2B 045183c8a5f44c82988c6bb11daa9f39778a76740e646f298090d3f6cf8916a8e95bc12a53146d5241dd69ea608e34f996ed830d5bda416a2fc261622a76b420 | ||
DIST keycloak-bin-25.0.6.tar.gz 146485072 BLAKE2B f2cbb7ca94d455847ec41111a81c9281e2fdc081b05c63e2d31a3950e577245aad79bff52451edd10259f887b930c7546397159279024761fc46f58bb2d3aac5 | ||
DIST keycloak-bin-26.0.0.tar.gz 146813779 BLAKE2B f83fe4b7fc4368c9998093334ed0e31af2dc091fd3f0e3059c520670d9b8eb0ceef7151bd7c04eaaec7415cdbffc3749434b0c7c9d60e092af35e9e2e9aca7b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Basic settings for running in production. Change accordingly before deploying the server. | ||
|
||
# Database | ||
|
||
# The database vendor. | ||
#db=postgres | ||
|
||
# The username of the database user. | ||
#db-username=keycloak | ||
|
||
# The password of the database user. | ||
#db-password=password | ||
|
||
# The full database JDBC URL. If not provided, a default URL is set based on the selected database vendor. | ||
#db-url=jdbc:postgresql://localhost/keycloak | ||
|
||
# Observability | ||
|
||
# If the server should expose healthcheck endpoints. | ||
#health-enabled=true | ||
|
||
# If the server should expose metrics endpoints. | ||
#metrics-enabled=true | ||
|
||
# HTTP | ||
|
||
# The file path to a server certificate or certificate chain in PEM format. | ||
#https-certificate-file=${kc.home.dir}conf/server.crt.pem | ||
|
||
# The file path to a private key in PEM format. | ||
#https-certificate-key-file=${kc.home.dir}conf/server.key.pem | ||
|
||
# The proxy address forwarding mode if the server is behind a reverse proxy. | ||
# 'proxy' is deprecated, see: https://www.keycloak.org/docs/latest/upgrading/index.html#deprecated-proxy-option | ||
# Deprecated usage New usage | ||
# kc.sh --proxy none kc.sh | ||
# kc.sh --proxy edge kc.sh --proxy-headers forwarded|xforwarded --http-enabled true | ||
# kc.sh --proxy passthrough kc.sh --hostname-port 80|443 (depending if HTTPS is used) | ||
# kc.sh --proxy reencrypt kc.sh --proxy-headers forwarded|xforwarded | ||
# For hardened security, the --proxy-headers option does not allow selecting | ||
# both forwarded and xforwarded values at the same time (as it was the case | ||
# before for --proxy edge and --proxy reencrypt). | ||
# When using the proxy headers option, make sure your reverse proxy properly | ||
# sets and overwrites the Forwarded or X-Forwarded-* headers respectively. | ||
# To set these headers, consult the documentation for your reverse proxy. | ||
# Misconfiguration will leave Keycloak exposed to security vulnerabilities. | ||
#proxy-headers=xforwarded | ||
#http-enabled=true | ||
|
||
# Do not attach route to cookies and rely on the session affinity capabilities from reverse proxy | ||
#spi-sticky-session-encoder-infinispan-should-attach-route=false | ||
|
||
# Hostname for the Keycloak server. | ||
# see https://www.keycloak.org/server/hostname | ||
#hostname=myhostname | ||
|
||
# Enables a set of one or more features. | ||
# see https://www.keycloak.org/server/features | ||
#features="<name>[,<name>]" | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.