LoginSignup
0
0

More than 3 years have passed since last update.

認可モデルとAWS Policyの整理

Posted at

認可モデル

ACL

  • Subject can Action to Object
  • イメージ
    • [subject: alice] can [action: create] to [object: article]

Role-Based Access Control

  • Subject is a Role which has Permission of Action to Object
  • イメージ
    • [role: manager] can [create:article, create:member]
    • [subject: bob] has [role: manager]

Attribute-Based Access Control

  • ルールベース(ユーザ属性や環境など)
  • Subject who is xxx can Action to Object which is xxx in Environment

AWS

RBAC

スクリーンショット 2019-12-30 17.49.36.png

ABAC

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0