-
Notifications
You must be signed in to change notification settings - Fork 27
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
Incorrect handling of assetids in /lookup/shells endpoint #201
Comments
Hi @arnoweiss , currently we have implemented version 3.0 for lookup API. Since your test is based on 3.0.1 version, we will implement this in future and will update you about it. Thanks |
Hi @arnoweiss We will be taking this in the next sprint starting next week. will update you once we release this. |
This is still unresolved. A change to comply with the spec will break many consumer-workflows, so please be mindful about communicating it. |
This was fixed, right? Line 179 in 8671f77
|
Hi @arnoweiss, Yes this was fixed and released already previously. |
Thanks, I'll close the ticket. I'd be great if the maintainers of |
Dear @arnoweiss, can you please help me out with the |
Depending on the deployment, you may not be able to GET a certain resource because of access control measures that your admin configured - see the docs on access control. |
@arnoweiss Thanks for the comment. I really appreciate. I have figured out the When I hit this endpoint Thanks in advance.. |
I think it's implemented in such a way that for each specificAssetId
resulting in (admittedly weird-looking) requests like |
@arnoweiss Thank you very much for providing such a thorough explanation. Your guidance proved to be effective, just as you assured me it would. Your time and effort are greatly appreciated. |
Just like the AAS-Registry-API in #154 - the lookup API behaves similarly incorrect wrt encoding ids.
In AAS Pt. 2, p. 113, point 13 it says:
Since the swagger files are incorrect too, this is probably an interpretation that should first be confirmed by someone knowledgeable from the IDTA. I've opened an issue here: admin-shell-io/aas-specs-api#162
Reproduce
The specificAssetId is encoded to
eyJuYW1lIjogIm15SWQiLCJ2YWx1ZSI6ICJmb28ifQ
.expected
HTTP 200
actual
HTTP 400
The text was updated successfully, but these errors were encountered: