Skip to content

Commit

Permalink
Temporarily (and correctly) disable the PAC endpoints in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
malessi committed Sep 30, 2024
1 parent 1349f14 commit 9c0bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/terraform/services/base/values/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
/bfd/${env}/server/nonsensitive/data_server_dir: /usr/local/bfd-server
/bfd/${env}/server/nonsensitive/data_server_new_relic_metric_host: https://gov-metric-api.newrelic.com
/bfd/${env}/server/nonsensitive/data_server_new_relic_metric_path: /metric/v1
/bfd/${env}/server/nonsensitive/pac_resources_enabled: "true"
/bfd/${env}/server/nonsensitive/pac_resources_enabled: "false"
/bfd/${env}/server/nonsensitive/pac_claim_source_types: fiss,mcs
/bfd/${env}/server/nonsensitive/lb_is_public: "false"
/bfd/${env}/server/nonsensitive/lb_ingress_port: "443"
Expand Down

0 comments on commit 9c0bed9

Please sign in to comment.