데이터베이스 오브젝트 임포트 규칙 리소스 참조
Teleport 데이터베이스 오브젝트 임포트 규칙 리소스의 모든 필드에 대한 포괄적인 목록을 제공합니다.
데이터베이스 오브젝트 임포트 규칙은 Teleport로 임포트된 데이터베이스 오브젝트에 적용할 레이블을 정의합니다. 자세한 내용은 데이터베이스 접근 제어 를 참조하세요. kind: db_object_import_rule metadata: name: my_custom_rule spec: # Priority determines how important the rule is, with lower number indicating lower priority. # In case of conflicts, when the same label is applied by two rules, # the label applied by rule with higher priority wins. priority: 123 # database_labels is a filter specifying which database resources are in scope of this rule. database_labels:
