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
certain property refs like a NLB's Uri need to reference the upstream api integration to append the route to their dns name. This currently isnt possible which prevents the iac from being correct
another area which will need to solve this is the aws logging config map
we have something like
output.conf: |
[OUTPUT]
Name cloudwatch_logs
Match kube.*
region {{ (downstream "aws:region" .Target) }}#Name
log_group_name /fargate/{{ .Target }}#ClusterName
log_stream_prefix from-fluent-bit-
log_retention_days 60
auto_create_group true
certain property refs like a NLB's Uri need to reference the upstream api integration to append the route to their dns name. This currently isnt possible which prevents the iac from being correct
another area which will need to solve this is the aws logging config map
we have something like
previoius code https://github.com/klothoplatform/klotho/blob/main/pkg/infra/iac2/templates_compiler.go#L740
The text was updated successfully, but these errors were encountered: