-
Notifications
You must be signed in to change notification settings - Fork 66
Jakarta #38
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
Conversation
…check in oc_sec_decode_sdi()
- windows build through vcxproj - IDD - linux build
…ty-lite into cloud_proxy_changes # Conflicts: # api/oc_ri.c
Defaults and also their specialized observe behaviour.
- add explicit braces - add inadvertantly deleted line
Try to fully address differences in oc_ri.c from changes not picked up in dev branch
# Conflicts: # apps/cloud_server.c
# Conflicts: # api/oc_discovery.c
This is required to support JWT tokens. Access tokens are sent in deregister coap message query, thus they are part of the header and the header is limited in size (must be <=COAP_MAX_HEADER_SIZE). To avoid this problem we don't use access token in the deregister query. Instead we examine the cloud connection state. * If the device is logged in then the token is not needed and we sent the deregister message without it. * If the device is not logged in then we try logging in and then we sent the deregister message without token.
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 5 out of 6 committers have signed the CLA. |
I have read the CLA Document and I hereby sign the CLA |
I have read the CLA Document and I hereby sign the CLA. |
I have read the CLA Document and I hereby sign the CLA |
@WAvdBeek I fixed merge conflict. |
api/cloud: include short tokens in deregister query
fix: during the wait for closing TLS connection, drop commands
… pull request to cloud_services - update to the documentation, e.g. requiring ace for cloud access on the cloud_proxy
When refresh_token or register requestes receive SERVICE_UNAVAILABLE or GATEWAY_TIMEOUT responses try to reconnect to cloud; on other errors the cloud closes connection and does not try reconnecting. Additionally, when this happens for refresh_token change the state of the device and remove logged in and registered flags.
…authorized-err cloud: do not try to reconnect on UNAUTHORIZED
Changes to handle device deregsitration via provisioning an empty "cis"
probably lost due to merge
Jakarta features