fleet/terraform/addons/saml-auth-proxy
2024-03-14 13:42:48 -05:00
..
files Initial saml-auth-proxy code. (#14017) 2023-09-28 12:48:57 -05:00
main.tf Initial saml-auth-proxy code. (#14017) 2023-09-28 12:48:57 -05:00
outputs.tf Update monitoring terraform module to support multiple albs (saml-auth-proxy support) (#17631) 2024-03-14 13:42:48 -05:00
README.md Update monitoring terraform module to support multiple albs (saml-auth-proxy support) (#17631) 2024-03-14 13:42:48 -05:00
variables.tf Initial saml-auth-proxy code. (#14017) 2023-09-28 12:48:57 -05:00

Requirements

No requirements.

Providers

Name Version
aws 5.17.0

Modules

Name Source Version
saml_auth_proxy_alb terraform-aws-modules/alb/aws 8.2.1

Resources

Name Type
aws_cloudwatch_log_group.saml_auth_proxy resource
aws_ecs_service.saml_auth_proxy resource
aws_ecs_task_definition.saml_auth_proxy resource
aws_iam_policy.saml_auth_proxy resource
aws_secretsmanager_secret.saml_auth_proxy_cert resource
aws_security_group.saml_auth_proxy_alb resource
aws_security_group.saml_auth_proxy_service resource
aws_iam_policy_document.saml_auth_proxy data source
aws_region.current data source

Inputs

Name Description Type Default Required
alb_target_group_arn n/a string n/a yes
base_url n/a string n/a yes
cookie_max_age n/a string "1h" no
customer_prefix customer prefix to use to namespace all resources string "fleet" no
ecs_cluster n/a string n/a yes
ecs_execution_iam_role_arn n/a string n/a yes
ecs_iam_role_arn n/a string n/a yes
idp_metadata_url n/a string n/a yes
logging_options n/a
object({
awslogs-group = string
awslogs-region = string
awslogs-stream-prefix = string
})
n/a yes
proxy_containers n/a number 1 no
saml_auth_proxy_image n/a string "itzg/saml-auth-proxy:1.12.0@sha256:ddff17caa00c1aad64d6c7b2e1d5eb93d97321c34d8ad12a25cfd8ce203db723" no
security_groups n/a list(string) n/a yes
subnets n/a list(string) n/a yes
vpc_id n/a string n/a yes

Outputs

Name Description
fleet_extra_execution_policies n/a
lb n/a
lb_target_group_arn Keep for legacy support for now
name n/a
secretsmanager_secret_id n/a