-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow for multiple EWP Hosts per manifest #7
Comments
Currently, it is not possible to express it in a single manifest file. It is possible to express it with two separate manifest files though. In the most extreme case, you would have a separate manifest for each of your APIs (or each of your institutions). Adding direct references to all such additional manifests would be cumbersome however. I believe we can introduce a new What do you think? |
BTW, in Poland each HEI will be serving its own manifest file, and all the APIs will be hosted on HEI's servers. So, each HEI will be individually able to "switch EWP on", and all proper APIs will become available. My guess is that some APIs (such as Courses API or Institutions API) will probably be available even before EWP is "switched on" (although the exact behavior depends on @Awerin's implementation, so I'm not sure). We can postpone adding the |
Related to: erasmus-without-paper/ewp-specs-api-echo#3 If we pick A3 architecture, then each HEI will have its own separate API coverage. |
Resolved in 58930bc (currently part of |
@erasmus-without-paper/all-members, you can review the changes here. The DEV Registry Service is already accepting Manifests in v5 format, so we encourage you to test it (especially SOP). |
A month passed, but none of the partners have tested this. I'm not sure if I can release it as stable. |
I hope to find the time to merge our manifests into one and test this next week. |
@mikesteez wrote:
If I understood you correctly, you're asking about the following scenario:
H
covers institutionHEI 1
andHEI 2
, and it implementsAPI 1
for both institutions andAPI 2
for justHEI 1
(but notHEI 2
). How to express it in the manifest file?The text was updated successfully, but these errors were encountered: