qontract-reconcile 0.10.1rc716__py3-none-any.whl → 0.10.1rc718__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc716
3
+ Version: 0.10.1rc718
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Home-page: https://github.com/app-sre/qontract-reconcile
6
6
  Author: Red Hat App-SRE Team
@@ -646,7 +646,7 @@ reconcile/utils/state.py,sha256=FK8NLT1xyumuXpYRm0Nk6pWpOE_U6-NovGn6zKCw8vw,1629
646
646
  reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
647
647
  reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
648
648
  reconcile/utils/terraform_client.py,sha256=mZEKpu6nbfiQd60wRkc8-5sljBTUTOgaAKnF89itMzU,32085
649
- reconcile/utils/terrascript_aws_client.py,sha256=E5dm0ngFtsno8Zj55sBpxiwDqb6FC4D9_mEXbyOl6HA,272644
649
+ reconcile/utils/terrascript_aws_client.py,sha256=fiRBl2JpM_UJrjC2x2klYjwoD2fi-BiRG7acPo6RuQ4,272663
650
650
  reconcile/utils/three_way_diff_strategy.py,sha256=nyqeQsLCoPI6e16k2CF3b9KNgQLU-rPf5RtfdUfVMwE,4468
651
651
  reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
652
652
  reconcile/utils/unleash.py,sha256=1D56CsZfE3ShDtN3IErE1T2eeIwNmxhK-yYbCotJ99E,3601
@@ -764,8 +764,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
764
764
  tools/test/test_qontract_cli.py,sha256=UEwAW7PA_GIrbqzaLxpkCxbuVjEFLNvnVG-6VyoCGIc,4147
765
765
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
766
766
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
767
- qontract_reconcile-0.10.1rc716.dist-info/METADATA,sha256=Gt8-f3KdLFBMIfyutjkC-vGUpOFCnW5V30bKB-auB1Q,2382
768
- qontract_reconcile-0.10.1rc716.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
769
- qontract_reconcile-0.10.1rc716.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
770
- qontract_reconcile-0.10.1rc716.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
771
- qontract_reconcile-0.10.1rc716.dist-info/RECORD,,
767
+ qontract_reconcile-0.10.1rc718.dist-info/METADATA,sha256=QlMpHi8afUGz4ATxa8HHjMuCcJGKPjK9I3tFFFfCPXI,2382
768
+ qontract_reconcile-0.10.1rc718.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
769
+ qontract_reconcile-0.10.1rc718.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
770
+ qontract_reconcile-0.10.1rc718.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
771
+ qontract_reconcile-0.10.1rc718.dist-info/RECORD,,
@@ -1109,7 +1109,7 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
1109
1109
  # add security group rules for private hosted controlplane API VPC endpoint service
1110
1110
  if requester.get("api_security_group_id"):
1111
1111
  hcp_api_ingress_rule = aws_security_group_rule(
1112
- f"api-access-from-peering-{connection_name}",
1112
+ f"requester-api-access-from-peering-{connection_name}",
1113
1113
  provider="aws." + req_alias,
1114
1114
  type="ingress",
1115
1115
  security_group_id=requester.get("api_security_group_id"),
@@ -1125,7 +1125,7 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
1125
1125
  self.add_resource(
1126
1126
  infra_account_name,
1127
1127
  aws_security_group_rule(
1128
- f"api-access-from-peering-{connection_name}",
1128
+ f"accepter-api-access-from-peering-{connection_name}",
1129
1129
  provider="aws." + acc_alias,
1130
1130
  type="ingress",
1131
1131
  security_group_id=accepter.get("api_security_group_id"),