Skip to content

Commit

Permalink
Merge pull request #19 from AVSystem/15925-aws-update
Browse files Browse the repository at this point in the history
#15925 added support for recreating integration after force deletion
  • Loading branch information
kkonieczny-avs authored Oct 25, 2024
2 parents 54fc0e6 + 5361aed commit fb90d22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coiote-aws-iot-cloud-formation/certificates/certificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ def create(event, context):

user_auth_cert = generate_external_cert(email_address=USER, common_name=USER)

# clear potential old integration
delete_external_certificate_from_coiote()
delete_user_auth_cert_from_coiote()

save_external_certificate_data(external_certificate)
send_external_certificate(external_certificate)
send_user_auth_cert(user_auth_cert)
Expand Down

0 comments on commit fb90d22

Please sign in to comment.