Peter Slump

Results 19 comments of Peter Slump

That's a very nice first attempt! I would like to comment on question 9; the neighbour issue. I don't see the real issue here actually. It should be possible for...

> Inside both folders we use something like "YMMDDHH-YMMDD.gz" as file-naming naming convention, where: > > * YMMDDHH denotes the end of the time interval (UTC) in which the key...

> Because I wanted to maximize the transparancy while keeping the file-size small. > It might also be easier on the app-developers. File size should not be that different if...

We can also stick to the day-ranging scheme as proposed by Apple and Google in their draft proposal, which is the number of seconds since the Unix Epoch divided by...

It's also possible to calculate the amount of hours since Unix Epoch of course. In that way you can publish a file per hour. I also suggest to not append...

Hi @slavashvets, with the remote user setup it will be quite hard since Django is tightly coupled to a user model in the database through the [log model](https://github.com/django/django/blob/2.1/django/contrib/admin/models.py). A clean...

Sorry there is no support yet for Keycloak >= 4. Please be my guest to add support.

It's tested with keycloak 3.4 however that's not the newest version anymore. You can try with newer versions however I understood that there is an API deprecated and there is...

Looking at your `docker ps` output the resource-provider and the resource-provider-api aren't started. Please look in the docker-compose output to find out why they are not started.