Thomas

Results 112 comments of Thomas

Would be great if this could be toggle without patching the source. If there is a way to wrap core classes instead that would help as well. Example: That a...

Any chance this could be merged / released? For dev environments with frequent restarts it is really cumbersome (and a PITA) to re-type all the stuff over and over again.

You could look into how I did it with a DockerHub based build here: https://github.com/trion-development/docker-ng-cli A (german, but google translate should work) description is here: https://www.trion.de/news/2019/10/14/docker-multi-arch-dockerhub.html

This could very well be a duplicate of #1338

The default token lifetime of the access token is indeed an hour. I experience the same problem, but only after the second refresh. I hope #1342 is released soon.

The thing about the user not having to re-authenticate while using the app is more or less exactly what refresh tokens are for. They can be rotated (refreshed) as well,...

With the v14 release this issue was addressed and could be closed, right?

Avoiding symlinks would allow to use pnpm in a scenario with a container based build and mounting a global cache to the build container. symlinks can cross devices while hard...

Just a remark: The usage of secrets and configmaps through volume mounts is supported by spring-cloud-kubernetes, that is what the `paths` configuration is for.

See content of 'bootstrap.yaml' above (sorry, indentation is wrong in the ticket)