Skip to content

Commit

Permalink
add teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607…
Browse files Browse the repository at this point in the history
….tgz

teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/README.md
teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/main.yaml
teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/values.schema.json
  • Loading branch information
catalogbot committed Oct 30, 2024
1 parent 47f8ec7 commit be8fa2e
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 1 deletion.
22 changes: 21 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76378,6 +76378,26 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-1b9794709ce8713293204573d2d3a4a83c4f592e.tgz
version: 0.12.2-1b9794709ce8713293204573d2d3a4a83c4f592e
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/README.md
application.giantswarm.io/team: shield
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/values.schema.json
apiVersion: v1
created: "2024-10-30T15:59:22.379590099Z"
description: Teleport operator
digest: 6629815864fc50c924be40638abaff80238f31577cb5421a131f8baeca8bc33e
home: https://github.com/giantswarm/teleport-operator
icon: https://s.giantswarm.io/app-icons/teleport/1/light.png
keywords:
- teleport
maintainers:
- email: [email protected]
name: giantswarm/team-shield
name: teleport-operator
urls:
- https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz
version: 0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607
- annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-08afc63ca1a74688ce98c951690c38730c495fce.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-08afc63ca1a74688ce98c951690c38730c495fce.tgz-meta/README.md
Expand Down Expand Up @@ -84000,4 +84020,4 @@ entries:
urls:
- https://giantswarm.github.io/control-plane-test-catalog/vertical-pod-autoscaler-crd-0.0.0-9925886a8b029918200779e160c758cfb3c660dc.tgz
version: 0.0.0-9925886a8b029918200779e160c758cfb3c660dc
generated: "2024-10-30T15:53:15.135911489Z"
generated: "2024-10-30T15:59:22.378682686Z"
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Teleport Operator for Giant Swarm
The `teleport-operator` is a Kubernetes operator tailored for Giant Swarm clusters, enabling seamless integration with Teleport for enhanced access management. This operator empowers Giant Swarm clusters to be managed and accessed via Teleport, enhancing security and simplifying access controls.

![Simplified Architecture Diagram](https://github.com/giantswarm/teleport-operator/assets/5674762/90cec7b7-6bcd-4678-a58d-b921460bc846)
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
application.giantswarm.io/metadata: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/main.yaml
application.giantswarm.io/readme: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/README.md
application.giantswarm.io/team: shield
application.giantswarm.io/values-schema: https://giantswarm.github.io/control-plane-test-catalog/teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz-meta/values.schema.json
chartApiVersion: v1
chartFile: teleport-operator-0.12.2-10703102ebd8b30c7b4ec585026d5580fcc47607.tgz
dateCreated: '2024-10-30T15:59:14.145804Z'
digest: 6629815864fc50c924be40638abaff80238f31577cb5421a131f8baeca8bc33e
home: https://github.com/giantswarm/teleport-operator
icon: https://s.giantswarm.io/app-icons/teleport/1/light.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"global": {
"type": "object",
"properties": {
"podSecurityStandards": {
"type": "object",
"properties": {
"enforced": {
"type": "boolean"
}
}
}
}
},
"ciliumNetworkPolicy": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"image": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"teleport": {
"type": "object",
"properties": {
"appCatalog": {
"type": "string"
},
"appName": {
"type": "string"
},
"appVersion": {
"type": "string"
},
"identityFile": {
"type": "string"
},
"managementClusterName": {
"type": "string"
},
"proxyAddr": {
"type": "string"
},
"teleportClusterName": {
"type": "string"
},
"teleportVersion": {
"type": "string"
}
}
},
"pod": {
"type": "object",
"properties": {
"group": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
},
"user": {
"type": "object",
"properties": {
"id": {
"type": "integer"
}
}
}
}
},
"podSecurityContext": {
"type": "object",
"properties": {
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"project": {
"type": "object",
"properties": {
"branch": {
"type": "string"
},
"commit": {
"type": "string"
}
}
},
"registry": {
"type": "object",
"properties": {
"domain": {
"type": "string"
}
}
},
"resources": {
"type": "object",
"properties": {
"limits": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
},
"requests": {
"type": "object",
"properties": {
"cpu": {
"type": "string"
},
"memory": {
"type": "string"
}
}
}
}
},
"securityContext": {
"type": "object",
"properties": {
"seccompProfile": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"tbot": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"tbotDeployment": {
"type": "object",
"properties": {
"enabled": {
"type": "boolean"
}
}
}
}
}

0 comments on commit be8fa2e

Please sign in to comment.