forked from baron/baron-sso
관계 옵션별 정보 툴팁 추가
This commit is contained in:
@@ -1579,6 +1579,7 @@ user_search_placeholder = "Search by name or email..."
|
||||
[ui.dev.clients.relationships.option.admins]
|
||||
label = "RP Admin"
|
||||
description = "Full administrator relationship for RP operations."
|
||||
permits_info = "Has full administrative control over the RP, including config editing, secret management, JWKS, consents, and relationships."
|
||||
|
||||
[ui.dev.clients.relationships.option.creator]
|
||||
label = "RP Creator"
|
||||
@@ -1587,38 +1588,47 @@ description = "Marks the operator who created this RP."
|
||||
[ui.dev.clients.relationships.option.config_editor]
|
||||
label = "RP General Settings"
|
||||
description = "Edit the name, redirect URIs, and general metadata."
|
||||
permits_info = "Can modify general RP settings such as Name, Redirect URIs, Post-Logout URIs, and metadata."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_viewer]
|
||||
label = "Secret View"
|
||||
description = "View the Client secret for this RP."
|
||||
permits_info = "Can view the Client Secret value in plain text."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_rotator]
|
||||
label = "Secret Rotation"
|
||||
description = "Rotate and reissue the client secret."
|
||||
permits_info = "Can regenerate the Client Secret or expire and rotate existing secrets."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_viewer]
|
||||
label = "JWKS View"
|
||||
description = "View JWKS status, cache details, and key summaries."
|
||||
permits_info = "Can view JWKS status, cached key information, and key summaries."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_operator]
|
||||
label = "JWKS Operations"
|
||||
description = "Run operational actions such as refresh and revoke."
|
||||
permits_info = "Can perform JWKS operations such as manual refresh and key revocation."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_viewer]
|
||||
label = "Consent View"
|
||||
description = "View consent grants for this RP."
|
||||
permits_info = "Can view the history of user consents granted to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_revoker]
|
||||
label = "Consent Revoke"
|
||||
description = "Revoke consent grants for this RP."
|
||||
permits_info = "Can revoke or cancel user consents granted to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.relationship_viewer]
|
||||
label = "Relationship View"
|
||||
description = "View direct relations assigned to this RP."
|
||||
permits_info = "Can view the list of direct relationships and administrative roles assigned to this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.audit_viewer]
|
||||
label = "Audit Log View"
|
||||
description = "View DevFront audit logs for this RP."
|
||||
permits_info = "Can view DevFront audit logs for all configuration changes and operations on this RP."
|
||||
|
||||
[ui.dev.clients.relationships.option.status_operator]
|
||||
label = "Status Change"
|
||||
|
||||
@@ -1578,6 +1578,7 @@ user_search_placeholder = "이름 또는 이메일 검색..."
|
||||
[ui.dev.clients.relationships.option.admins]
|
||||
label = "RP 관리자"
|
||||
description = "RP 운영 전반을 관리할 수 있는 관리자 관계입니다."
|
||||
permits_info = "RP 설정 수정, 시크릿 조회/재발급, JWKS 관리, 동의 조회/회수, 관계 조회/수정 등 모든 운영 권한을 가집니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.creator]
|
||||
label = "RP 생성자"
|
||||
@@ -1586,38 +1587,47 @@ description = "이 RP를 생성한 운영 주체를 표시합니다."
|
||||
[ui.dev.clients.relationships.option.config_editor]
|
||||
label = "RP 일반 설정"
|
||||
description = "이름, Redirect URI, 메타데이터 같은 일반 설정을 수정합니다."
|
||||
permits_info = "RP 이름, Redirect URIs, 로그아웃 URI, 메타데이터 등 일반 설정을 수정할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_viewer]
|
||||
label = "시크릿 조회"
|
||||
description = "이 RP의 Client secret을 조회합니다."
|
||||
permits_info = "RP의 Client Secret 값을 평문으로 확인할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_rotator]
|
||||
label = "시크릿 재발급"
|
||||
description = "Client secret 재발급과 회전을 수행합니다."
|
||||
permits_info = "새로운 Client Secret을 발급하거나 기존 시크릿을 만료시키고 회전시킬 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_viewer]
|
||||
label = "JWKS 조회"
|
||||
description = "JWKS 상태, 캐시 정보, 키 요약을 조회합니다."
|
||||
permits_info = "RP의 공개키 설정(JWKS) 상태와 캐시된 키 정보를 조회할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_operator]
|
||||
label = "JWKS 운영"
|
||||
description = "JWKS refresh, revoke 같은 운영 작업을 수행합니다."
|
||||
permits_info = "JWKS 캐시를 강제로 갱신하거나 등록된 키를 회수하는 등 키 관리를 수행할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_viewer]
|
||||
label = "동의 조회"
|
||||
description = "이 RP의 consent 내역을 조회합니다."
|
||||
permits_info = "사용자가 이 RP에 부여한 개인정보 제공 동의 내역을 조회할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_revoker]
|
||||
label = "동의 회수"
|
||||
description = "이 RP의 consent를 회수합니다."
|
||||
permits_info = "사용자의 동의 내역을 강제로 취소하거나 회수할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.relationship_viewer]
|
||||
label = "관계 조회"
|
||||
description = "이 RP에 부여된 direct relation을 조회합니다."
|
||||
permits_info = "이 RP에 어떤 사용자가 어떤 관리 권한을 가지고 있는지 목록을 조회할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.audit_viewer]
|
||||
label = "감사 로그 조회"
|
||||
description = "이 RP의 DevFront 감사 로그를 조회합니다."
|
||||
permits_info = "이 RP에서 발생한 모든 설정 변경 및 운영 작업에 대한 감사 로그를 조회할 수 있습니다."
|
||||
|
||||
[ui.dev.clients.relationships.option.status_operator]
|
||||
label = "상태 변경"
|
||||
|
||||
@@ -1606,50 +1606,62 @@ user_search_placeholder = ""
|
||||
[ui.dev.clients.relationships.option.admins]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.creator]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.config_editor]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_viewer]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.secret_rotator]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_viewer]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.jwks_operator]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_viewer]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.consent_revoker]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.relationship_viewer]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.audit_viewer]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.relationships.option.status_operator]
|
||||
label = ""
|
||||
description = ""
|
||||
permits_info = ""
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = ""
|
||||
|
||||
Reference in New Issue
Block a user