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

Admin OpenAPI API for CRUD operations #2994

Open
n1ru4l opened this issue Oct 3, 2023 · 0 comments
Open

Admin OpenAPI API for CRUD operations #2994

n1ru4l opened this issue Oct 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request that adds new things or value to Hive

Comments

@n1ru4l
Copy link
Collaborator

n1ru4l commented Oct 3, 2023

The idea here is to give people some form of API to create organizations, projects, get access tokens and stuff like that, so they could spin up Hive and set it up without clicking buttons and filling up forms in Hive UI.

  • Organizations
    • Create
    • List
    • Update
    • Delete
    • Include OIDC Login Management
  • Projects
    • Create
    • List
    • Update
    • Delete
  • Targets
    • List
    • Update
    • Delete
  • Users
    • Create
    • List
    • Update
    • Delete
  • CDN Access Tokens
    • Create
    • List
    • Delete
  • Registry Access Tokens (requires admin access token; aka only in self-hosted)
    • Create
    • List
    • Delete

The admin token should be set via an environment variable (e.g. HIVE_ADMIN_KEY), that will be used for authenticating the requests.

We should consider using feTS for building this API.

@n1ru4l n1ru4l self-assigned this Oct 3, 2023
@n1ru4l n1ru4l added the enhancement New feature or request that adds new things or value to Hive label Nov 6, 2023
@theguild-bot theguild-bot mentioned this issue Jan 24, 2024
92 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request that adds new things or value to Hive
Projects
None yet
Development

No branches or pull requests

1 participant