Skip to content

WIP: Added support for project credential to Federation SA API, see #42

Added support for requesting a project credential as in #42 (closed)

You can just send a get_credential call to the federation SA endpoint and pass (a user credential and ) the project URN as arguments. You should get a project credential back.

This works by simply passing the request to the protogeni SA API. This change is untested. It sure won't break anything, but I'm not sure if this will work correctly due to not being called from a sub auth URL (as the federation SA should never be called that way).

Merge request reports