Infograb logo
TeleportOktaImportRule

이 가이드는 Teleport Kubernetes 운영자를 설치한 후 적용할 수 있는 TeleportOktaImportRule 리소스의 필드에 대한 종합적인 참고자료입니다.

resources.teleport.dev/v1

apiVersion: resources.teleport.dev/v1

FieldTypeDescription
apiVersionstringAPIVersion은 객체의 이 표현의 버전이 지정된 스키마를 정의합니다. 서버는 인식된 스키마를 최신 내부 값으로 변환해야 하며, 인식되지 않은 값은 거부할 수 있습니다. 더 많은 정보: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstringKind는 이 객체가 나타내는 REST 리소스를 나타내는 문자열 값입니다. 서버는 클라이언트가 요청을 제출하는 엔드포인트에서 이를 유추할 수 있습니다. 업데이트할 수 없습니다. CamelCase로 작성합니다. 더 많은 정보: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject
specobjectTeleport의 OktaImportRule 리소스 정의 v1

spec

FieldTypeDescription
mappings[]objectMappings는 조건 매치를 레이블에 매핑하는 일치 목록입니다.
priorityintegerPriority는 규칙 적용의 우선 순위를 나타냅니다. 번호가 낮은 규칙이 먼저 적용됩니다.

spec.mappings items

FieldTypeDescription
add_labelsobjectAddLabels는 이전에 일치하는 매치가 있을 경우 추가할 레이블을 지정합니다.
match[]objectMatch는 이 매핑을 위한 일치 규칙 세트입니다. 이 중 하나라도 일치하면 매핑이 적용됩니다.

spec.mappings items.add_labels

FieldTypeDescription
keystring
valuestring

spec.mappings items.match items

FieldTypeDescription
app_ids[]stringAppIDs는 일치시킬 앱 ID 목록입니다.
app_name_regexes[]stringAppNameRegexes는 앱 이름에 대해 일치시킬 정규 표현식 목록입니다.
group_ids[]stringGroupIDs는 일치시킬 그룹 ID 목록입니다.
group_name_regexes[]stringGroupNameRegexes는 그룹 이름에 대해 일치시킬 정규 표현식 목록입니다.
Teleport 원문 보기