-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WMS parsing of THREDDS service #234
Comments
THREDDS provides for each file/dataset a list of services: HTTP, Opendap, NCML, UDDC, ISO, WCS, WMS. A potential use case is to allow anonymous access to the ISO and UDDC services, but private access to all other services. |
Right now, when we access the twitcher/ows/proxy/thredds the read permissions is check to allow access to the /catalog/{resource} /fileServer/{resource} and /dodsC/{resource} sub-services. We need to ensure that every other sub-services which are now active (see https://pavics.ouranos.ca/twitcher/ows/proxy/thredds/catalog/birdhouse/cmip5/NASA-GISS/GISS-E2-R-CC/rcp85/mon/seaIce/r1i1p1/sic/catalog.html?dataset=birdhouse/cmip5/NASA-GISS/GISS-E2-R-CC/rcp85/mon/seaIce/r1i1p1/sic/sic_OImon_GISS-E2-R-CC_rcp85_r1i1p1_207601-210012.nc) iso, wcs, wms can be accessed the same way. For now let's use the "read" permission also and @huard will tell us if we need a read_wms, read_wcs, read_opendap, etc. permissions. |
Ok well, @huard beat me with his post, so at least we will require the read_iso and read_uddc permissions for these two services. read could still be used for the others sub-services unless other needs arise. |
I don't know if it's useful, but I think we could split services into two categories: metadata access and data access. Metadata-only access: NCML, ISO, UDDC |
Very useful. |
Support the new functionality of integrated WMS in Thredds.
The text was updated successfully, but these errors were encountered: