Skip to content

Commit 9adedd9

Browse files
remote-swe-userremote-swe-app[bot]
andauthored
Update README section title from 'Tenant Isolation Model' to 'Access Control (or Tenant Isolation Model)' (#282)
## Description This PR updates a section title in both English and Japanese versions of README: - English: Changed `Tenant Isolation Model` to `Access Control (or Tenant Isolation Model)` - Japanese: Changed `テナント分離モデル` to `アクセス制御(またはテナント分離モデル)` This change makes the section title more descriptive and intuitive for readers as the section describes access control mechanisms beyond just tenant isolation. ## Changes - Updated section title in README.md - Updated section title in README_ja.md <!-- DO NOT EDIT: System generated metadata --> <!-- WORKER_ID:webapp-1752215443821 --> --- **Open in Web UI**: https://d2c09i1k2ray87.cloudfront.net/sessions/webapp-1752215443821 Co-authored-by: remote-swe-app[bot] <123456+remote-swe-app[bot]@users.noreply.github.com>
1 parent d883979 commit 9adedd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ This repository can be used as a GitHub Action to automatically trigger Remote S
312312

313313
Use `aws-samples/remote-swe-agents` in your workflow and configure your API base URL and key as repository secrets. You can generate API keys from the deployed webapp interface. See [action.yml](./action.yml) for input parameters and [.github/workflows/remote-swe.yml](./.github/workflows/remote-swe.yml) for a complete example workflow.
314314

315-
### Tenant Isolation Model
315+
### Access Control (or Tenant Isolation Model)
316316

317317
This project is currently designed as a single-tenant system, meaning it is intended to be deployed on a per-tenant basis.
318318

README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ npx cdk deploy --all
306306

307307
ワークフローで`aws-samples/remote-swe-agents`を使用し、APIベースURLとキーをリポジトリシークレットとして設定してください。APIキーはデプロイされたwebappインターフェースから生成できます。入力パラメータについては[action.yml](./action.yml)を、完全なワークフロー例については[.github/workflows/remote-swe.yml](./.github/workflows/remote-swe.yml)を参照してください。
308308

309-
### テナント分離モデル
309+
### アクセス制御(またはテナント分離モデル)
310310

311311
このプロジェクトは現在、シングルテナントシステムとして設計されており、テナントごとにデプロイすることを想定しています。
312312

0 commit comments

Comments
 (0)