-
Notifications
You must be signed in to change notification settings - Fork 34
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
Need to implement V2 API in Adam #16
Comments
Signed-off-by: Roman Shaposhnik <[email protected]>
Signed-off-by: Roman Shaposhnik <[email protected]>
@rvs not sure I understand this. Is the below correct?
|
Signed-off-by: Roman Shaposhnik <[email protected]>
Hey @deitch -- here's the deal:
correct -- in addition to that there's an agreement that v1 support goes away soon (once Adam gets a chance to catch up basically)
nope -- onboarding itself is part of the API hence we can't use that as a signal -- the only we can give EVE to fallback onto V1 is that file in /config
Zedcloud is in a process of transitioning to V2 only
there's not really much value, since EVE is going to drop V1 the moment Adam can support V2
The API are on different endpoints @eriknordmark and Naiming are documenting all of this in this current sprint |
That aligns with what you did in #17 ; makes sense.
So we are just moving to v2 and retiring v1. Fine with me.
So the position is that we hold until that is documented, then implement it here? |
EVE has transitioned to the V2 API by default. Adam knows only about V1 still. This means we have to force all instances of EVE that talk to Adam to have Force-API-V1 in the config folder -- otherwise EVE won't be able to talk to Adam at all.
There's work in EVE going on to publish V2 API spec updates -- once that is done we'll use the spec to update Adam to V2 API.
The text was updated successfully, but these errors were encountered: