Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove multiple duplicate Issuer entries for generated SciTokens files #390

Closed
turetske opened this issue Nov 17, 2023 · 0 comments · Fixed by #392
Closed

Remove multiple duplicate Issuer entries for generated SciTokens files #390

turetske opened this issue Nov 17, 2023 · 0 comments · Fixed by #392
Assignees
Labels
bug Something isn't working
Milestone

Comments

@turetske
Copy link
Collaborator

When we have multiple ads with the same Issuer, we are creating multiple entries which look like:

[Issuer 1]
issuer: https://my-issuer
basepath: p1

[Issuer 2]
issuer: https://my-issuer
basepath: p2

This is a bug as SciTokens doesn't allow for duplicate urls for the same issuer and will deny requires trying to reach p2

It should be:

[Issuer 1]
issuer: https://my-issuer
basepath: p1, p2
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant