mposolda
36bd76957d
Make Keycloak FIPS working with OpenJDK 17 on FIPS enabled RHEL
...
Closes #15721
2022-12-20 21:03:55 +01:00
mposolda
264c5a6cdb
Support for KcReg and KcAdm CLI to use BCFIPS instead of BC on FIPS platforms
...
Closes #14968
2022-12-06 13:02:46 +01:00
David Anderson
a8db79a68c
Introduce crypto module using Wildfly Elytron ( #14415 )
...
Closes #12702
2022-09-27 08:53:46 +02:00
Daniel Schömer
09381faad7
Update kc/kcadm/kcreg.sh to support JAVA and JAVA_HOME ( #11337 )
...
When executing Keycloak Quarkus `bin/kc.sh`, `bin/kcadm.sh`, `bin/kcreg.sh`,
the first java command found in `$PATH` is executed. The environment
variables `JAVA` and `JAVA_HOME` are not available to specify the java
command / JVM to execute.
This commit updates `bin/kc.sh`, `bin/kcadm.sh`, and `bin/kcreg.sh` to support
environment variables `JAVA` and `JAVA_HOME`.
Resolves #11336
2022-04-25 09:14:44 +02:00
Thomas Darimont
de20830412
KEYCLOAK-9551 KEYCLOAK-16159 Make refresh_token generation for client_credentials optional. Support for revocation of access tokens.
...
Co-authored-by: mposolda <mposolda@gmail.com>
2020-11-06 09:15:34 +01:00
stianst
80187b54ff
KEYCLOAK-10974 Add quotes in kcreg.bat to allow installation dir with spaces
2020-01-09 09:45:40 +01:00
Sebastian Laskawiec
ee41a0450f
KEYCLOAK-8349 KEYCLOAK-8659 Use TLS for all tests in the suite
2019-02-08 08:57:48 -02:00
Wolfgang Zenker
c5f861a522
Make cli usable on FreeBSD
2018-08-20 09:08:02 +02:00
Marko Strukelj
c35c6e6ab7
KEYCLOAK-5762 [Client Registration CLI] Fix instructions in built-in help
2017-11-27 17:00:48 +01:00
Marko Strukelj
c3d9859c6e
KEYCLOAK-912 Admin CLI
2016-12-19 01:05:03 +01:00
Marko Strukelj
408850e7bd
KEYCLOAK-3767 kcreg should show hint for help if required arguments are missing
2016-10-28 11:54:48 +02:00
Marko Strukelj
5925a99800
KEYCLOAK-3766 kcreg should display help when no arguments are passed to command
2016-10-27 11:08:36 +02:00
Marko Strukelj
4ee759d9ec
KEYCLOAK-3789 KcRegTests are failing on CI
2016-10-26 01:06:33 +02:00
Marko Strukelj
e24b27c79e
KEYCLOAK-3801 Remove --unsafe from 'kcreg update'
2016-10-24 11:33:06 +02:00
Marko Strukelj
db0024d857
KEYCLOAK-3740 kcreg.sh doesn't support symlinking
...
- fix buggy patch
2016-10-20 15:05:17 +02:00
Marko Strukelj
584d2e700d
KEYCLOAK-3740 kcreg.sh doesn't support symlinking
2016-10-20 10:14:42 +02:00
Marko Strukelj
85db8ea44f
KEYCLOAK-3743 kcreg.sh without any options exists with 0
2016-10-19 21:23:31 +02:00
Marko Strukelj
79f53c5513
KEYCLOAK-3742 kcreg config prints null
...
- proper no args check across the board
- added --help option to all commands
2016-10-19 16:36:25 +02:00
Marko Strukelj
c912f941e7
KEYCLOAK-2084 Client Registration CLI
2016-10-18 12:33:02 +02:00