Skip to content

Commit

Permalink
Use the issuer as the name for the issuer block in the scitokens conf…
Browse files Browse the repository at this point in the history
…ig; this lets us have multiple issuers for a single path
  • Loading branch information
matyasselmeci committed Oct 19, 2021
1 parent 366c4b9 commit 93c8e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stashcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def generate_cache_scitokens(vo_data: VOsData, resource_groups: List[ResourceGro

def _get_scitokens_issuer_block(vo_name: str, scitokens: Dict, dirname: str, suppress_errors: bool) -> str:
template = """\
[Issuer {dirname}]
[Issuer {issuer}]
issuer = {issuer}
base_path = {base_path}
{restricted_path_line}
Expand Down

0 comments on commit 93c8e44

Please sign in to comment.