Skip to content
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

is_accessible_by_support_until__date on open-balena? #1581

Open
shaunco opened this issue Mar 13, 2024 · 1 comment
Open

is_accessible_by_support_until__date on open-balena? #1581

shaunco opened this issue Mar 13, 2024 · 1 comment

Comments

@shaunco
Copy link
Contributor

shaunco commented Mar 13, 2024

The SDKs and CLI all support the is_accessible_by_support_until__date device property on balena-cloud to grant/deny balena support access to SSH and various other config updates, but is_accessible_by_support_until__date doesn't seem to be implemented anywhere in open-balena-api. Is there an equivalent in open-balena?

The use case here is that some open-balena devices are deployed in end-customer environments and the end-customer needs to be able to decide when the open-balena admin (and team) should be allowed to access SSH and other config. Obviously we could strip SSH keys from end devices when it shouldn't be allowed, but there doesn't seem to be a way to put them back.

Seems like the is_accessible_by_support_until__date check should be in https://github.com/balena-io/open-balena-api/blob/master/src/features/host-os-access/access.ts

@thgreasi
Copy link
Member

Hi @shaunco ,
No, open-balena doesn't offer anything equivalent to is_accessible_by_support_until__date.
In open-balena all users have access to all devices and all orgs of the system. Isolated organizations, access levels and support access are only implemented/supported in balenaCloud & balenaMachine.

Kind regards,
Thodoris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants