InformaticsMatters / squonk

Squonk platform and computational notebook
Apache License 2.0
8 stars 3 forks source link

Include realm public key in keycloak.json files #48

Open tdudgeon opened 5 years ago

tdudgeon commented 5 years ago

The keycloak.joson files for portal and jobexecutor do not have the realm public key defined, and so have to disable the trust manager. It would be more secure if the key was defined so that the trust manager can be enabled. The JSON would contain something like this: "realm-public-key": "<key>"

Not a high priority.