Skip to content

Commit

Permalink
docs: wip wave
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Mar 21, 2024
1 parent 2b2ba38 commit 1773f54
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 0 deletions.
Binary file added docs/assets/wave/Wave-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/wave/wave_1_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions docs/wave/rbac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# ユーザーの管理

## 機能概要

Role Based Access Control (RBAC) はサブユーザーを作成し、サブユーザーごとに権限を指定できる機能です。

![](../../assets/wave/Wave_Slack___pj-alphaus_jig-saw___JIG-SAW.png)

## 設定方法

1. Wave にログイン
2. Wave 右上に表示されるロゴから「設定」をクリック
3. 左下の「ユーザーの管理」から「ユーザー管理画面を開く」をクリック
4. ユーザー管理画面が別タブで開くので、まずは「ADD ROLE」をクリックし権限を作成
5. 作成した権限をサブユーザー作成時に紐付けることで、サブユーザーに対して任意の権限を付与することができます。

![ロール作成画面](https://downloads.intercomcdn.com/i/o/246154906/47589e209f6ce4a77687d4e9/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2020-09-15+19.00.42.png)

![サブユーザー作成画面、ここで作成した権限を紐付け可能](https://downloads.intercomcdn.com/i/o/246156626/525429de1d7dcfa4bd6ad183/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88+2020-09-15+19.06.33.png)

### ロールの各項目一覧

Wave - Waveに関連する権限

User - ユーザー管理画面で Waveアカウント/ユーザー作成、閲覧、編集する権限

Role - ユーザー管理画面で権限を作成、閲覧、編集する権限

### Wave 配下の各権限の説明

| Action | 解説 |
| -------------------------------------- | ----------------------------------- |
| Admin | 全ページ閲覧、編集可能な管理者権限 |
| Account (ready only) | 選択されたアカウントのみ参照可能 |
| Account settings - Read & Write Access | アカウント名称や予算設定機能の編集が可能 |
| Account settings - Read Only | アカウント名称等の参照権限 |
| Download bulk | 一括ダウンロードCSVの有効化 |
| Group - Read & Write Access | グループの作成や編集権限 |
| Group - Read Only | グループの参照権限 |
| Ri (read only) | 所有している RI の参照権限 |
| Settings - Read & Write Access | アカウントの設定(言語変更、パスワード変更、2段階認証など)の変更権限 |
| Settings - Read Only | アカウントの設定(言語変更、パスワード変更、2段階認証など)の参照権限 |
| Tags - Read & Write Access | コスト配分タグの編集権限 |
| Tags - Read Only | コスト配分タグの参照権限 |
32 changes: 32 additions & 0 deletions docs/wave/settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# 各種設定・変更

コンソール右上のドロップダウンメニューから設定を選択します。

![](../../assets/wave/wave_1_1.png)

## 設定画面でできること

1. 環境設定
* 言語設定:日本語、英語に対応しています。
2. アカウント設定
* パスワードの変更
現在のパスワードを入力することにより新しいパスワードを指定できます。現在のパスワードを忘れてしまった場合はお手数ですが、[ログインページより再設定](https://app.alphaus.cloud/wave/login)をお願いいたします。
3. ユーザーの管理
* ユーザー管理画面に遷移します。サブユーザーの作成や権限の振り分けが可能です。詳しくは[こちら](https://docs.alphaus.cloud/v/wave/for-all/rbac)をご覧ください。
4. セキュリティ
* 2段階認証を有効化できます。
5. APIアクセストークン
* API利用時のアクセストークンが作成できます。
6. IdP設定
* SAML認証を使用したシングルサインオンの設定が可能です。

## パスワードの再設定

パスワードを忘れた際にログインページからのリンクで再設定できます。

![](../../assets/wave/Wave-5.png)

1. `パスワードの再設定`をクリック
2. メールアドレスを入力
3. メールに通知された6桁の番号を入力して認証
4. パスワードを再設定
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ nav:
- "wave/gcp/dashboard.md"
- "wave/gcp/report.md"
- "wave/gcp/invoice.md"
- "共通項目":
- "wave/settings.md"
- "wave/rbac.md"
- "Aqua":
- "aqua/index.md"
- "aqua/utilization.md"
Expand Down

0 comments on commit 1773f54

Please sign in to comment.