Skip to content

Commit

Permalink
authentication: fix documentation for userpass endpoint rucio#5833
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Aug 25, 2022
1 parent 01315cf commit ef95b9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/rucio/web/rest/flaskapi/v1/auth.py
Expand Up @@ -92,8 +92,11 @@ def get(self):
:resheader Access-Control-Allow-Credentials:
:resheader Access-Control-Expose-Headers:
:resheader X-Rucio-Auth-Token: The authentication token
:resheader X-Rucio-Auth-Account: The rucio account used for authentication
:resheader X-Rucio-Auth-Accounts: The rucio accounts corresponding to the provided identity as a csv string
:status 200: Successfully authenticated
:status 404: Invalid credentials
:status 206: Partial content containing X-Rucio-Auth-Accounts header
:status 401: Invalid credentials
"""
headers = self.get_headers()

Expand Down

0 comments on commit ef95b9c

Please sign in to comment.