Opened 11 months ago
Closed 11 months ago
#2792 closed enhancement (fixed)
Fix - add authentication_type=basic_header in petascope.properties
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.2 |
Component: | petascope | Version: | 10.2 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
The behavior of petascope community should be like below:
- If authentication_type = basic_header
- If rasdaman_user is set → use this one for unauthenticated
- If rasdaman_user is not set → require credentials and throw error if not exist
- If authentication_type = empty
- If rasdaman_user is set → use this one
- If rasdaman_user is not set → petascope will not start as it doesn't know the user to run WCS/WCPS requests
Note:
See TracTickets
for help on using tickets.