-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
In projects like DE330 we need to access several polytope servers (e.g. ECMWF, LUMI databridge). Is there a way to provide several token in e.g. ~/.polytopeapirc or ~/.ecmwfapirc such that the polytope client selects the correct one automatically?
Just like for S3 buckets and their ~/.aws/credentials file, it would be good to support something along those lines, like:
[ecmwf-atos]
endpoint_url = https://polytope-test.ecmwf.int
access_token = "none_of_your_business"
[lumi-databridge]
endpoint_url = polytope.lumi.apps.dte.destination-earth.eu
access_token = "none_of_your_business"
This would make many downstream applications much easier.
Describe the solution you'd like
Support for multiple polytope authentification credentials.
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request