Skip to content
Snippets Groups Projects
Commit d7f75acd authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

Merge branch 'hotfix' into 'master'

hotfix register pub-sub identity

See merge request !1479
parents 54662af8 790f3e70
No related branches found
No related tags found
2 merge requests!1508Gonrg 9728 update release repository,!1479hotfix register pub-sub identity
Pipeline #263462 failed
Pipeline: GC Infrastructure code

#263481

    Pipeline: GC Infrastructure code

    #263465

      Pipeline: GC Infrastructure code

      #263464

        +1
        ......@@ -159,7 +159,6 @@ gc_register_deploy:
        data:
        googleCloudProject: ${project_id}
        recordsChangePubsubEndpoint: ${register_pubsub_endpoint}
        serviceIdentity: ${register_service_id}
        keyRing: ${register_keyring}
        conf:
        replicas: ${replicas}
        ......
        ......@@ -47,7 +47,6 @@ resource "local_file" "helm_values" {
        storage_sa_email = module.storage_workload_identity.gcp_service_account_email
        # register
        register_pubsub_endpoint = "https://${local.ingress_domain}/api/notification/v1/push-handlers/records-changed"
        register_service_id = module.service_project_sa.hashmap_sa_names["register-pubsub-identity"]
        register_keyring = google_kms_key_ring.keyring.name
        # workflow
        airflow_url = var.composer_enabled ? module.composer[0].url : "http://airflow:8080"
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment