The source project of this merge request has been removed.
SciTokens and X.509 cert authentication
5 unresolved threads
5 unresolved threads
Compare changes
Files
2
gwdatafind_server/authentication.py
0 → 100644
+ 137
− 0
where
_parse_gridmap_subject
is just [ref]:def _parse_gridmap_subject(line): parts = line.strip().split('"') if len(parts) in {2, 3}: return parts[1] if len(parts) == 1: return parts[0] raise RuntimeError("error parsing gridmap line: {!r}".format(line))
the path of the grid mapfile should be taken from the datafind server configuration file, default to the path you have used. See https://git.ligo.org/computing/ligo-data-replicator/-/blob/9ff125b6cb7b5efb26b5f18a4d18bb5bb1b87044/datafind-server/DataFindServer/LDRDataFindServer.py#L84