InfoGrab Docs

Bot 리소스 참조

요약

bot 리소스는 Machine ID Bot 아이덴티티와 그 접근 권한을 정의합니다. 자세한 내용은 Machine ID 구성 참조에서 확인하세요.

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.
  traits:
  - name: logins
    values:
    - root

Bot 리소스 참조

원문 보기
요약

bot 리소스는 Machine ID Bot 아이덴티티와 그 접근 권한을 정의합니다. 자세한 내용은 Machine ID 구성 참조에서 확인하세요.

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.
  traits:
  - name: logins
    values:
    - root