open-balena-api icon indicating copy to clipboard operation
open-balena-api copied to clipboard

The core API of openBalena

Results 138 open-balena-api issues
Sort by recently updated
recently updated
newest added

Filtering this query as per the documentation does not actually change the results and all vars are returned from all devices. https://www.balena.io/docs/reference/api/resources/device_environment_variable/ ``` curl -X GET \ "https://api.balena-cloud.com/v6/device_environment_variable?\$filter=device%20eq%20" \ -H...

Title says it all. Not sure if replacing all hardcoded instances will have a negative effect on the current dashboard without some kind of migration?

Hi, I'm trying out the most recent release of the API (v0.143.0), but while provisioning a device (Raspberry Pi 4, BalenaOS 2.80.5+rev1 (development), supervisor v12.8.7) I get the following error...

The supervisor of some new devices using the latest OS version are encountering the following error: ``` "error":{ "message":"Device is too old to satisfy required version range: >=2.11.0", "stack":"ApiError: Device...

[thgreasi] The API should block users from setting password that do not comply to those guidelines. See: https://securityboulevard.com/2021/03/nist-password-guidelines-2021-challenging-traditional-password-management/ See: https://auth0.com/blog/dont-pass-on-the-new-nist-password-guidelines/ Product call 2021-06-04 See: https://jel.ly.fish/37c74101-45eb-43ed-ad07-1baf52e0e851

Product call 2021-06-03 See: https://jel.ly.fish/62e571a4-8374-4825-9e12-4583d991df00

[nitish] The user is looking for the boot splash image size increase from 10kb to 20kb ; as the current size limitation is not working with user's target splash image....

[thgreasi] Arch call See: https://jel.ly.fish/e5bdb6fa-58e0-46aa-96d7-0c7139362610

low-hanging-fruit

The following request produces a 500: ``` curl 'https://api.balena-cloud.com/v6/device?$filter=uuid%20eq%20%%27' -X PATCH \ -H 'authorization: Bearer ' \ -H 'content-type: application/json' \ --data-raw '{"should_be_managed_by__supervisor_release":null}' ```

> [Using open-balena-api] as an oidc identity provider for Keycloak would be great because then you could have nodes talk directly to services like Elasticsearch or s3 who accept oidc...