Bot 리소스 참조
Teleport bot 리소스의 모든 필드에 대한 포괄적인 목록을 제공합니다.
bot 리소스는 Machine ID Bot 아이덴티티와 그 접근 권한을 정의합니다. 자세한 내용은 Machine ID 구성 참조 에서 확인하세요. kind: bot version: v1 metadata: # name is a unique identifier for the bot in the cluster. name: robot spec: # roles is a list of roles that the bot should be able to generate credentials # for. roles: - editor # traits controls the traits applied to the Bot user. These are fed into the # role templating system and can be used to grant a specific Bot access to # specific resources without the creation of a new role.
