Deploys a simple Apacha Guacamole instance to use as a proxy to a jump host
There have been no releases yet for this module
Name | Type | Description | Default Value |
---|---|---|---|
aws_region |
string |
region where provisioning should happen | `` |
cluster_name |
string |
name of cluster where service will run | `` |
service_name |
string |
name of ECS service | `` |
service_registry_id |
string |
ID for the AWS service discovery namespace we will use | `` |
service_registry_service_name |
string |
name for service we will use in the service registry | `` |
metadata_url |
string |
OIDC idp metadata url | `` |
jwks_uri |
string |
OIDC idp web key set uri | `` |
client_id |
string |
OIDC client ID | `` |
domain |
string |
domain name for the proxy service | `` |
port |
string |
port where proxy service is exposed, typically 443 | 443 |
scheme |
string |
URL scheme used for proxy endpoint, should be https | https |
client_secret_ssm_name |
string |
name of SSM parameter which contains OIDC client secret | `` |
crypto_passphrase_ssm_name |
string |
name of SSM parameter which contains OIDC crypto passphrase | `` |
target_ip |
string |
IP of the target machine | `` |
target_port |
string |
Port that the VNC/RDP service is running on the target machine | `` |
target_protocol |
string |
What protocol should be used to connect to the target machine | `` |
target_username |
string |
What username should be used to connect to the target machine | `` |
allowed_remote_user |
string |
What username is allowed to access the proxy? | `` |
display_resolution |
string |
Display resolution, used for RDP connections only | 1280x1024 |
target_password_ssm_name |
string |
Name of SSM secret containing the password to connect to the target machine | `` |