-
Notifications
You must be signed in to change notification settings - Fork 32
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
Implement /uuid API endpoint #38
Comments
Good point @giggsoff -- I was expecting @cshari-zededa to do that, but if not -- can you please submit a PR? |
@rvs @giggsoff raised lf-edge/eve#1304 for the same |
Well, it is V2 in so much as that it was introduced when we declared V1 to be legacy. However, according to @cshari-zededa comment here we need to backport it into V1: lf-edge/eve#1284 (comment) At least that's my read -- @cshari-zededa -- can you please confirm? |
@rvs @deitch @giggsoff @eriknordmark So we have the following options:
|
I have no principled objection to adding
The latter is what drove my question. @giggsoff started to implement it, but it had a different auth scheme, which didn't make sense to me, until I realized it was part of v2. Expanding on your options to include the adam implementation part:
I think the first option is cleaner, as we are trying to get past v1 anyways, but whatever this group thinks is fine with me. |
I think the first option is cleaner. And it means we should revisit having the client cert in both the authcontainer and the uuid payload @cshari-zededa |
So... what's a consensus here? Are we going with "we don't implement /uuid in adam until v2 is implemented"? Wouldn't that require a stopgap to be put into EVE? |
I've no objection to implementing one if it's truly v1 compliant. As soon as we start doing the authcontainer business, it's v2, so let's just figure it out and implement that, and defer uuid Why would it require eve backfill support? Isn't uuid v2 only? |
As per conversation in lf-edge/eve#1284 we need to update Adam ASAP
The text was updated successfully, but these errors were encountered: