apache / apache/openserverless

Extend admin api to create new users

オープン
#171 コメント 0 件 リアクション 0 件 担当者 1 名 @giusdp が担当を希望しています GitHub で見る
主要言語
Python
スター
576
フォーク
29
平均マージ
50分
マージ済み PR(30日)
13

説明

## Why you need it?
At the moment with the admin rest API https://github.com/apache/openserverless-admin-api you can only perform (from the readme):
- login
- change password
- build a custom image
- cleanup builds
- get info

This API could be extended to also perform user creation (and deletion) so that i can be integrated in other systems to automate the handling and deployment of new users.

## How it could be?
Implement the same functionality from the CLI ops admin adduser into the admin rest API service so it is performed behind a callable endpoint. I imagine 2 endpoints are enough:
- a POST to create users with a json body for the configuration of the services to deploy
- a DELETE to remove the user

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。