Davide Marcato
Davide Marcato
Hello, this PR adds some functionalities to the procServUtils scripts: 1. Bash autocomplete through `argcomplete` 1. New commands to restart, rename or open logs of the processes 1. Print `status`...
Add a docker compose to show an example of a replica deployment of VOMS-AA. This extends #720.
Related to issue #605 We want to keep track of the last time a client has been used so that the long unused clients can be easily identified and deleted...
We should add a configuration so that long unused dynamically registered clients are automatically deleted after some time. For this, the tracking of the last_used info from #605 should be...
Hello, this adds a base implementation of an ``asynInterpose``, which does _absolutely nothing_. All the requests are passed directly to the underlying port. This is useful as a guide for...
This enables running IAM in dev mode from the command line: ``` mvn -pl iam-login-service -am spring-boot:run -Dspring-boot.run.profiles=h2-test,dev ``` Source: https://github.com/spring-projects/spring-boot/issues/3436#issuecomment-236213126