dependabot[bot]
de8289064d
Bump react-flow-renderer from 9.6.10 to 9.6.11
...
Bumps [react-flow-renderer](https://github.com/wbkd/react-flow ) from 9.6.10 to 9.6.11.
- [Release notes](https://github.com/wbkd/react-flow/releases )
- [Changelog](https://github.com/wbkd/react-flow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/wbkd/react-flow/compare/9.6.10...9.6.11 )
---
updated-dependencies:
- dependency-name: react-flow-renderer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-10 10:55:50 +01:00
adrien-dorsaz
9adb9f3e81
vault: update the CLI commands example for Kubernetes/OpenShift to setup the default-provider attribute ( #1048 )
2021-11-10 10:02:58 +01:00
dependabot[bot]
52c708a75c
Bump commons-io from 2.5 to 2.7 in /tests ( #1160 )
...
Bumps commons-io from 2.5 to 2.7.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-10 09:53:54 +01:00
Wojciech Trocki
96bab33db1
fix: add information about npm packagage ( #1189 )
...
I recieved feedback from customer/users that keycloak client side is widely undocumented, which was surprising.
After checking I found out that in fact for users that use npm there is no documentation provided:
https://www.npmjs.com/package/keycloak-js
This is very rare to see in NPM for package that have such large number of downloads.
Additionally official docs doesn't mention NPM at all and recommend using js package from server (which is not be best advice if you do CDN's etc.).
Additionally some old bower repo is still 3th result in google and since it has some docs people using it:
https://github.com/keycloak/keycloak-js-bower - worth to remove this as well.
Added simple note in the docs so hopefully google will position this documentation
2021-11-10 09:52:54 +01:00
marwalsch
09743afbce
Specified encoding parameter for module.xml ( #1206 )
2021-11-10 09:52:24 +01:00
vadym
be66d69b47
Update read-only-attributes.adoc ( #1221 )
2021-11-10 09:50:52 +01:00
Daniel Fesenmeyer
0d2afaa0ef
KEYCLOAK-18467 document that realm localization texts now support unicode ( #1222 )
2021-11-10 09:50:30 +01:00
Rex Peralta
add5788151
Update monitoring-stack.adoc ( #1225 )
...
remove extraneous 'that' to fix grammar within the opening paragraph
2021-11-10 09:49:15 +01:00
Paul Podgorsek
e72e9ed1a1
Corrected spelling mistakes ( #1224 )
2021-11-10 09:48:46 +01:00
Dominik Guhr
99a80954f6
Remove warning when adding OpenShift client via oc create in OCP4 ( #1250 )
2021-11-10 09:48:26 +01:00
M. Mostafa Farzan
3d7bf376c3
Clarify docker registry config docs ( #1226 )
...
* Clarify docker registry config docs
The docs where actually clear, but this additional explanation could save users some time, as some new folks may not know the fact that realm public key is different from the actual SSL key used for HTTP connections.
* Update docker-overview.adoc
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2021-11-10 09:47:59 +01:00
dmprocha
a62dfc5b07
Update spring-security-adapter.adoc ( #1231 )
...
Add missing word
2021-11-10 09:46:47 +01:00
Luigi Bertaco Cristofolini
6ec35d7dd0
Add example for UPDATE_PASSWORD
login action ( #1243 )
2021-11-10 09:45:56 +01:00
Simon Legner
c6d5af8675
java-adapter-config: fix JSON indentation ( #1245 )
...
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 09:45:32 +01:00
minusdavid
26a43a7472
Add Java 11 option and change JDK to JRE ( #1246 )
...
Keycloak can be run with Java 8 or Java 11, and the system requirements should reflect this.
Also, a full JDK isn't needed to run Keycloak. Only a JRE is required when using one of the pre-compiled artifacts.
2021-11-10 09:43:31 +01:00
Mohamad
fdf3a299da
Fix wrong constructor name ( #1272 )
2021-11-10 09:43:10 +01:00
Stu Tomlinson
47045aedcc
Minor JavaScript Adapter Reference wording cleanup ( #1154 )
2021-11-10 09:41:47 +01:00
Tjeu Kayim
eda1b497c4
Translate German/Dutch "geheim" to "secret" ( #1139 )
2021-11-10 09:12:12 +01:00
Mikail
836c8afe72
Fix typos ( #1119 )
2021-11-10 09:03:05 +01:00
Alexey Palazhchenko
ac6d4e1e6c
Sync the number with other parts of the document ( #1044 )
...
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2021-11-10 09:01:37 +01:00
Stian Thorgersen
6e03cbd10d
Update jdbc.adoc ( #1291 )
...
* Update jdbc.adoc
* Update jdbc.adoc
2021-11-10 08:58:57 +01:00
Dustin Frank
4f1cd3077f
Fix ( #1042 )
...
Co-authored-by: stianst <stianst@gmail.com>
2021-11-10 08:57:46 +01:00
kinrany
46e1f9d742
Fix a typo in auth-services-overview.adoc ( #1023 )
2021-11-10 08:43:49 +01:00
Oliver Nietlispach
4d43128465
Replaced deprecated CredentialModel.PASSWORD ( #1014 )
...
According to the JavaDoc in the code, CredentialModel.PASSWORD is deprecated, instead, PasswordCredentialModel.TYPE should be used.
2021-11-10 08:43:10 +01:00
Ludovic Dussart
c47ba98b52
KEYCLOAK-14795: getCredentialTypeMetadata take one arg ( #980 )
...
* KEYCLOAK-14795: getCredentialTypeMetadata take one arg
* docs: pr review
* fix: pr review
2021-11-10 08:38:31 +01:00
Ludovic Dussart
641941ac3f
KEYCLOAK-14794: deleteCredential should return boolean ( #979 )
2021-11-10 08:37:14 +01:00
shinny-libinbin
67db06dba2
config error when using domain mode ( #905 )
...
change keystore-relative-to=jboss.server.config.dir to keystore-relative-to=jboss.domain.config.dir if using domain mode.
2021-11-10 08:32:01 +01:00
Jonathan Vila
71a78c0e80
KEYCLOAK-19145 remove POSTGRES_HOST and improve docs on intermediate db service
2021-11-10 08:23:33 +01:00
jhollmann
1f000fe218
NoIssue: Introduce additional getAdminEvents method with the resourceTypes query parameter.
2021-11-10 08:12:43 +01:00
jhollmann
bfe6f34e1d
NoIssue: Add the resourceTypes query parameter to the admin clients getAdminEvents method.
2021-11-10 08:12:43 +01:00
AndyMunro
1c5327bbf4
KEYCLOAK-19800 Fixing attribute used in API documentation
2021-11-10 06:37:36 +01:00
Jenny
c8d4effb34
Realm settings(Client policies -> policies): Add switch for enabling/disabling policy ( #1495 )
...
* add switch for enabling/disabling policy
fix tests
* testing duplicate policy test with added wait
* unskip tests
* ccomment out JSON policies test
2021-11-09 14:36:27 -05:00
Stian Thorgersen
fef9f4f052
KEYCLOAK-19785 Add GitHub issue forms to repositories ( #1508 )
2021-11-09 14:11:21 -05:00
Jenny
0565f6a482
add create client policy form; WIP ( #1488 )
...
add client policy tests
checkout realm settings test from master
RealmSettingsPage.ts master
remove comment and add missing translation
fix tests
PR feedback from Jon and Erik
rebase
editClientPolicy
edit client policy
add client policy conditions form
fix bug in create form
remove comment
update help text
fixes
breadcrumbs
add support for adding multiple conditions, deleting conditions, and list conditions in data table
clean up names
add delete functionality to conditions form
PR feedback from Jon
useMemo for conditions
remove comments and logs
remove unused hook
PR feedback from Jon
messages
rename message
rebase
remove duplicate value
fixed multi select bug
conditionConfigs wip
add all config fields, labels, and help text for condition types
wip config POST
config post is working
fix bug in multiline string POST
fix any client empty config
client scopes config wip
fix config settings for client-updater-context
fix client access type config
clean up configuration conditionals
add aria label to resolve critical axe issue
Apply suggestions from code review
Co-authored-by: Jon Koops <jonkoops@gmail.com>
address PR feedback from Jon
fix undef error
wip edit condition configs
fix import
wip edit configs
wip edit condition configs
populate all multiline input fields with data from server
update functionality
condition configs done
update route and delete comment
fix client updater context
add tests
add test for editing condition
remove comment
fix test
unskip tests
need optional chain for cypress test
fix breadcrumb
2021-11-09 13:27:25 -05:00
Jon Koops
386201595b
Use route functions for navigation in groups ( #1474 )
...
* Use route functions for navigation in groups
* pass testid to link
2021-11-09 12:53:06 -05:00
Jon Koops
c31b357429
Ask for confirmation before unlinking users ( #1477 )
...
* Ask for confirmation before unlinking users
* Refresh data after saving
2021-11-09 09:28:03 -05:00
Erik Jan de Wit
16042dd1f6
removed useEffect data load instead uses fetch ( #1460 )
...
* removed useEffect data load instead uses fetch
fixes : #1025
* fixed the test
2021-11-09 09:14:54 -05:00
dependabot[bot]
2e664a8b2c
Bump i18next from 21.4.0 to 21.4.1
...
Bumps [i18next](https://github.com/i18next/i18next ) from 21.4.0 to 21.4.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v21.4.0...v21.4.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 15:09:09 +01:00
dependabot[bot]
17cd3a0529
Bump @typescript-eslint/eslint-plugin from 5.3.0 to 5.3.1
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.3.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 15:08:36 +01:00
dependabot[bot]
250fe2fd91
Bump @types/node from 16.11.6 to 16.11.7
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 16.11.6 to 16.11.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 15:08:22 +01:00
dependabot[bot]
70a64b89bc
Bump @typescript-eslint/parser from 5.3.0 to 5.3.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.3.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 15:06:18 +01:00
Jon Koops
75afd55850
Prevent Dependabot from offering major updates for React Router ( #1506 )
2021-11-09 14:13:19 +01:00
Dominik Guhr
13a7f773a9
KEYCLOAK-19446 Use FolderThemeProviderFactory with fallback for quarkus so no need to always set config or system variable
2021-11-09 07:59:40 -03:00
Pedro Igor
430fd35e2f
[KEYCLOAK-19767] - Changing paramLabel and options formatting in help
2021-11-09 09:14:56 +01:00
Yoshiyuki Tabata
9be4c289d8
KEYCLOAK-18440 Improve logging for token introspection
2021-11-08 15:26:52 +01:00
Jonathan Vila
7cfaaebd86
KEYCLOAK-19144 [PR] fixed broken links
2021-11-08 15:00:24 +01:00
Jonathan Vila
e5ec4c036d
KEYCLOAK-19144 [PR] fixed missing variables
2021-11-08 15:00:24 +01:00
Jonathan Vila
ff8f99280f
KEYCLOAK-19144 [PR] fixed broken link for master->main
2021-11-08 15:00:24 +01:00
Jonathan Vila
4e4b68317f
KEYCLOAK-19144 [PR] fixed broken link for master->main
2021-11-08 15:00:24 +01:00
Jonathan Vila
9d82b8bd53
KEYCLOAK-19144 [PR] dummy change to force rebuild
2021-11-08 15:00:24 +01:00