UI Config 리소스 참조
Teleport UI config 리소스의 필드 전체 목록을 제공합니다.
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,
