> Cedric Jonas :
> Our goal was to customize the existing Karaf configuration files so that we
> do not have to spend additional sync efforts each time we update to a new
> version of Karaf (at least, we need to check if the default configuration
> file didn't change).
> Is there any good
Hi Cédric
You can provide the security schema via blueprint or programmatically,
overriding the karaf realm.
Or you can create a new realm and update all services (ssh, etc) with
this realm (more changes to do).
I would go more with the overriding karaf realm, probably easier (the
overriding bund
Hi,
We provide a custom Karaf distribution for other developers within our company.
As part of that, we also provide a custom authentication realm using OpenID
Connect.
Now we would like to ensure that this new realm is configured by default for
SSH, WebConsole, etc. I could not find any nice
Hi,
We provide a custom Karaf distribution for other developers within our company.
As part of that, we also provide a custom authentication realm using OpenID
Connect.
Now we would like to ensure that this new realm is configured by default for
SSH, WebConsole, etc. I could not find any nice