eiffel-community / etos

Eiffel Test Orchestration System
https://etos.readthedocs.io
Apache License 2.0
9 stars 6 forks source link

Authentication for APIs #49

Open t-persson opened 3 years ago

t-persson commented 3 years ago

Description

If we want a version of ETOS hosted online we need to make sure that there is support for authenticating against the APIs in ETOS.

Motivation

It would not be secure to have the APIs open to the Internet.

Exemplification

Eliminate random people trying to get in or hogging all resources.

Benefits

Yup

Possible Drawbacks

More difficult to test ETOS (and running it, if implemented poorly)

t-persson commented 3 years ago

Moved to 1.6.0 due to lack of time for testing