Konrad Windszus

Results 602 comments of Konrad Windszus

Alternatively we could consider switching from SnakeYaml to Jackson.

It turned out that in our case we had an issue with the Startup Hook being executed during the Docker build because we relied on Cloud Manager Environment variables for...

Probably the startup hook should implement `SlingRepositoryInitializer` to be able to dispatch the exceptions (and not only log them). An exception during installation of the YAML should lead to stopping...

Using the Install Hook instead of the Startup Hook does not work due to the issue outlined at https://github.com/Netcentric/aem-cloud-validator/issues/3.

Maybe one can leverage somehow https://jackrabbit.apache.org/filevault/apidocs/org/apache/jackrabbit/vault/packaging/events/PackageEventListener.html to defer installation or trigger it again when mutable packages have been installed. Not sure how to distinguish regular mutable package installation via WebUI...

Since right now it is not possible to enforce the deployment and activation of an OSGi bundle before the ACTool is being triggered I would recommend to only allow implementations...

Can you give some use cases where the service user does lead to issues? The “Why” is not clear to me from this issue’s description.

That sounds similar to https://github.com/Netcentric/accesscontroltool/issues/211. PRs are highly welcome.

Open questions: 1. Where to publish the PGP Public Key (to ease verification) 2. RSA Key length and expiration date for the PGP keypair? Compare with https://infra.apache.org/openpgp.html#generate-key 3. Which email...