You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add readiness_checks to google_workstations_workstation_config (#9841) (#6895)
* feat: add `readiness_checks` to Workstation Config
* chore: set path and change port to port 80
* Update WorkstationConfig.yaml
* chore: make readiness checks arguments required
* chore: add readiness checks to basic example
* LRevert "chore: add readiness checks to basic example"
This reverts commit e8d3ec37c649d86bf03fa978003d07f22caf8d7b.
---------
[upstream:7ca983b9aa12655a93b7e9683ddc25ed1bd972ae]
Signed-off-by: Modular Magician <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/r/workstations_workstation_config.html.markdown
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -573,6 +573,11 @@ The following arguments are supported:
573
573
If the encryption key is revoked, the workstation session will automatically be stopped within 7 hours.
574
574
Structure is [documented below](#nested_encryption_key).
575
575
576
+
*`readiness_checks` -
577
+
(Optional)
578
+
Readiness checks to be performed on a workstation.
579
+
Structure is [documented below](#nested_readiness_checks).
580
+
576
581
*`disable_tcp_connections` -
577
582
(Optional)
578
583
Disables support for plain TCP connections in the workstation. By default the service supports TCP connections via a websocket relay. Setting this option to true disables that relay, which prevents the usage of services that require plain tcp connections, such as ssh. When enabled, all communication must occur over https or wss.
@@ -743,6 +748,16 @@ The following arguments are supported:
743
748
(Required)
744
749
The service account to use with the specified KMS key.
0 commit comments