UI Config 리소스 참조
요약
UI config 리소스는 프록시 서비스가 제공하는 Web UI에 대한 전역 구성 옵션을 포함합니다.
UI config 리소스는 프록시 서비스가 제공하는 Web UI에 대한 전역 구성 옵션을 포함합니다. 이 리소스는 기본적으로 설정되지 않으므로, 리소스를 설정하기 전에 tctl get ui를 사용하면 오류가 발생합니다.
kind: ui_config
version: v1
metadata:
name: ui-config
spec:
# The amount of scrollback in the terminal. Scrollback is the amount of
# rows that are retained when lines are scrolled beyond the initial
# viewport. Does not apply to session recording view.
scrollback_lines: 1000
# Which resources should be shown in the web UI resources page resources the user
# has access to, and resources the user can request access to. By default, both types
# are included. If you wish for users to only see resources they have access to, set
# this to "accessible_only".
show_resources: 'requestable'
