You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could provide a "read only" implementation by allowing HEAD/GET/OPTIONS just like the django authentication toggle for authenticating reads or writes:
Authentication for the API and reporting interface can be managed by django or a frontend server like apache or nginx with a .htpasswd.
The current implementation for nginx hardcodes it for every URL and every method:
ara-collection/roles/ara_frontend_nginx/templates/ara-api-ssl.conf.j2
Lines 15 to 22 in 2fea65a
We could provide a "read only" implementation by allowing HEAD/GET/OPTIONS just like the django authentication toggle for authenticating reads or writes:
ara-collection/roles/ara_api/defaults/main.yaml
Lines 140 to 144 in 2fea65a
(These above should stay false when using
ara_api_external_auth: true
since it's the web server handling the authentication)The text was updated successfully, but these errors were encountered: