0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

keycloakとceph rgwの連携

Last updated at Posted at 2025-11-12

aws sts assume-role-with-web-identity --role-arn "arn:aws:iam:::role/$3" 
--role-session-name testbr
--endpoint=https://cephproxy1.example.com:8443
--web-identity-token="$KC_ACCESS_TOKEN"

ARNの構成要素,値の例,あなたが設定すべき値,出所・理由
arn:aws:iam,arn:aws:iam,固定値,AWS IAM互換の標準フォーマット。変更は不要です。
::,,固定値,通常はリージョン(region)が入りますが、RGWでは空欄のまま使用されることが多いです。
default,<テナントID>,RGWのテナントID,RGWでテナント機能を使用している場合は、そのテナント名を設定します。使用していない場合や単一テナントの場合は慣習的に default や 空文字列 (例:arn:aws:iam:::role/S3AccessRole) を使用します。
role/S3AccessRole,role/<ロール名>,事前に作成したIAMロール名,ステップ3で radosgw-admin role create コマンドを使って信頼ポリシーを設定し、作成したロールの名前を設定します。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?