인포레터에서 최신 DevOps 트렌드를 격주로 만나보세요!
TeleportOktaImportRule
이 가이드는 Teleport Kubernetes 운영자를 설치한 후 적용할 수 있는 TeleportOktaImportRule
리소스의 필드에 대한 종합적인 참고자료입니다.
resources.teleport.dev/v1
apiVersion: resources.teleport.dev/v1
Field | Type | Description |
---|---|---|
apiVersion | string | APIVersion은 객체의 이 표현의 버전이 지정된 스키마를 정의합니다. 서버는 인식된 스키마를 최신 내부 값으로 변환해야 하며, 인식되지 않은 값은 거부할 수 있습니다. 더 많은 정보: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
kind | string | Kind는 이 객체가 나타내는 REST 리소스를 나타내는 문자열 값입니다. 서버는 클라이언트가 요청을 제출하는 엔드포인트에서 이를 유추할 수 있습니다. 업데이트할 수 없습니다. CamelCase로 작성합니다. 더 많은 정보: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
metadata | object | |
spec | object | Teleport의 OktaImportRule 리소스 정의 v1 |
spec
Field | Type | Description |
---|---|---|
mappings | []object | Mappings는 조건 매치를 레이블에 매핑하는 일치 목록입니다. |
priority | integer | Priority는 규칙 적용의 우선 순위를 나타냅니다. 번호가 낮은 규칙이 먼저 적용됩니다. |
spec.mappings items
Field | Type | Description |
---|---|---|
add_labels | object | AddLabels는 이전에 일치하는 매치가 있을 경우 추가할 레이블을 지정합니다. |
match | []object | Match는 이 매핑을 위한 일치 규칙 세트입니다. 이 중 하나라도 일치하면 매핑이 적용됩니다. |
spec.mappings items.add_labels
Field | Type | Description |
---|---|---|
key | string | |
value | string |
spec.mappings items.match items
Field | Type | Description |
---|---|---|
app_ids | []string | AppIDs는 일치시킬 앱 ID 목록입니다. |
app_name_regexes | []string | AppNameRegexes는 앱 이름에 대해 일치시킬 정규 표현식 목록입니다. |
group_ids | []string | GroupIDs는 일치시킬 그룹 ID 목록입니다. |
group_name_regexes | []string | GroupNameRegexes는 그룹 이름에 대해 일치시킬 정규 표현식 목록입니다. |