From 85e80b064904aea28b43db0b2135ffb88fa00d2c Mon Sep 17 00:00:00 2001 From: Roman Skurikhin Date: Tue, 1 Jun 2021 14:32:37 +0300 Subject: [PATCH] Add changelog --- CHANGELOG.D/2147.feature | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CHANGELOG.D/2147.feature diff --git a/CHANGELOG.D/2147.feature b/CHANGELOG.D/2147.feature new file mode 100644 index 000000000..3b5869eef --- /dev/null +++ b/CHANGELOG.D/2147.feature @@ -0,0 +1,7 @@ +Added `neuro service-account` command group. The service account allow to create auth token that can be used +for integration with third-party services. + +- `neuro service-account create --name optional-name ROLE` creates new service account +- `neuro service-account ls` lists service accounts +- `neuro service-account get ID_OR_NAME` retrives single service account +- `nuero service-account rm ID_OR_NAME` removes service account and revokes token.