Skip to content

api functions using labels #80

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

Open
buschNT opened this issue Apr 26, 2023 · 0 comments
Open

api functions using labels #80

buschNT opened this issue Apr 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@buschNT
Copy link

buschNT commented Apr 26, 2023

Some API functions are only possible using the cluster name. Sometimes this requires multiple interactions from the beiboot-api to implement basic user based functionality (which is implemented based on labels) since it is always required to validate the cluster name first. Furthermore, actions like "delete all clusters from user 'test'" are not possible. Thus I suggest to add the following functions:

api.read_one(labels)
api.delete(labels)

Maybe this observation holds true for other functionality such as connect, heartbeat. However, I haven't encountered this problem there yet.

@buschNT buschNT added the enhancement New feature or request label Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant