Open herzogrh opened 4 months ago
The second part is solved with #27
Regarding the first part, do we have any example servers with different authentication methods to test with?
Not yet unfortunately
@herzogrh Can this issue be closed? Maybe we can reopen this or open a new ticket once new model servers with different authentication methods pop up.
Note #47 regarding anonymous process access.
It should be better specified what exactly may happen for anonymous users, e.g. if they run processes, will job results be stored indefinitely? Will layers be created in Geoserver and be stored indefinitely? @herzogrh
I guess it would be good to add a configurable number of hours until results of unauthorized users are deleted. The deletion should include both the saved results in the database and the layers in the GeoServer component. What do you think, @herzogrh ?
Yes I think that's a good solution. I suppose only models which do not require a lot of computational power would be available to unauthorized users, so they would typically receive the results quite fast. Given that, it would be the easiest way if they'd have to wait for their current job, but not see any other jobs that were run by unauthorized users.
How do we decide which models do not require a lot of computational power, should this not be configurable?
Yes, this should be configured
There should be an authentification component that handles
There should be a separate identity and access management system (Keycloak) that is connected with the platform.