qontract-reconcile 0.10.2.dev165__py3-none-any.whl → 0.10.2.dev166__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.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev165
3
+ Version: 0.10.2.dev166
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
6
6
  Project-URL: repository, https://github.com/app-sre/qontract-reconcile
@@ -664,7 +664,7 @@ reconcile/utils/state.py,sha256=az4tBmZ0EdbFcAGiBVUxs3cr2-BVWsuDQiNTvjjQq8s,1637
664
664
  reconcile/utils/structs.py,sha256=LcbLEg8WxfRqM6nW7NhcWN0YeqF7SQzxOgntmLs1SgY,352
665
665
  reconcile/utils/template.py,sha256=wTvRU4AnAV_o042tD4Mwls2dwWMuk7MKnde3MaCjaYg,331
666
666
  reconcile/utils/terraform_client.py,sha256=IDlrNvGEc2i6ElZIL_fzaJEad1nRC3DkP9_VXhJXmU0,37329
667
- reconcile/utils/terrascript_aws_client.py,sha256=OJm42zVrc0GjVRFHb7SD5ZwHcWI1vAnNRYqeivzeknk,291509
667
+ reconcile/utils/terrascript_aws_client.py,sha256=qQAwDAUK131tm2oBWBJzlKFYtpv7mPkqW1u19-A3wds,292248
668
668
  reconcile/utils/three_way_diff_strategy.py,sha256=oQcHXd9LVhirJfoaOBoHUYuZVGfyL2voKr6KVI34zZE,4833
669
669
  reconcile/utils/throughput.py,sha256=iP4UWAe2LVhDo69mPPmgo9nQ7RxHD6_GS8MZe-aSiuM,344
670
670
  reconcile/utils/vault.py,sha256=aSA8l9cJlPUHpChFGl27nSY-Mpq9FMjBo7Dcgb1BVfM,15036
@@ -804,7 +804,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
804
804
  tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
805
805
  tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
806
806
  tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
807
- qontract_reconcile-0.10.2.dev165.dist-info/METADATA,sha256=plKaiYqaDTQq1ATPumJJ3ElVf4s2-ws0i5NaoBo5Kag,24627
808
- qontract_reconcile-0.10.2.dev165.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
809
- qontract_reconcile-0.10.2.dev165.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
810
- qontract_reconcile-0.10.2.dev165.dist-info/RECORD,,
807
+ qontract_reconcile-0.10.2.dev166.dist-info/METADATA,sha256=_e0XMBWL2FCdnLmJk8AkWVvocjGh8CMxIfjXsHt45ds,24627
808
+ qontract_reconcile-0.10.2.dev166.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
809
+ qontract_reconcile-0.10.2.dev166.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
810
+ qontract_reconcile-0.10.2.dev166.dist-info/RECORD,,
@@ -6322,6 +6322,22 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
6322
6322
  )
6323
6323
  tf_resources.append(insights_service_account_pool_client_resource)
6324
6324
 
6325
+ # OSD FLEET MANAGER
6326
+ osdfm_service_account_pool_client_resource = aws_cognito_user_pool_client(
6327
+ "osdfm_service_account",
6328
+ name=f"ocm-{identifier}-osdfm-service-account",
6329
+ user_pool_id=f"${{{cognito_user_pool_resource.id}}}",
6330
+ allowed_oauth_scopes=["ocm/OSDFleetManagerService"],
6331
+ depends_on=["aws_cognito_resource_server.userpool_service_resource_server"],
6332
+ **pool_client_service_account_common_args,
6333
+ token_validity_units={
6334
+ "access_token": "minutes",
6335
+ "id_token": "minutes",
6336
+ "refresh_token": "days",
6337
+ },
6338
+ )
6339
+ tf_resources.append(osdfm_service_account_pool_client_resource)
6340
+
6325
6341
  # USER POOL COMPLETE
6326
6342
 
6327
6343
  # rosa-authenticator-vpce provider OR pre-created vpce resources are required for this