Skip to content

Commit

Permalink
Enable teleport (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuladhar authored Apr 24, 2024
1 parent 221cb2c commit 4ec999c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated machine template to newer Flatcar version which includes teleport v15.1.7 binaries. **WARNING: This will roll CP and worker nodes.**
- Enable teleport by default.

## [0.50.0] - 2024-04-16

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-cloud-director/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Properties within the `.internal` top-level object
| `internal.sandboxContainerImage.tag` | **Tag**|**Type:** `string`<br/>**Default:** `"3.9"`|
| `internal.skipRde` | **Skip RDE** - Set to true if the API schema extension is installed in the correct version in VCD to create CAPVCD entities in the API. Set to false otherwise.|**Type:** `boolean`<br/>|
| `internal.teleport` | **Teleport**|**Type:** `object`<br/>|
| `internal.teleport.enabled` | **Enable teleport**|**Type:** `boolean`<br/>**Default:** `false`|
| `internal.teleport.enabled` | **Enable teleport**|**Type:** `boolean`<br/>**Default:** `true`|
| `internal.teleport.proxyAddr` | **Teleport proxy address**|**Type:** `string`<br/>**Default:** `"teleport.giantswarm.io:443"`|
| `internal.useAsManagementCluster` | **Display as management cluster**|**Type:** `boolean`<br/>**Default:** `false`|

Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-cloud-director/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
"enabled": {
"type": "boolean",
"title": "Enable teleport",
"default": false
"default": true
},
"proxyAddr": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion helm/cluster-cloud-director/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ internal:
registry: gsoci.azurecr.io
tag: "3.9"
teleport:
enabled: false
enabled: true
proxyAddr: teleport.giantswarm.io:443
useAsManagementCluster: false
kubectlImage:
Expand Down

0 comments on commit 4ec999c

Please sign in to comment.