File tree Expand file tree Collapse file tree 5 files changed +0
-6
lines changed
queue_services/auth-queue Expand file tree Collapse file tree 5 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ LEGAL_API_URL="op://API/$APP_ENV/legal-api/LEGAL_API_URL"
3333LEGAL_SANDBOX_API_URL = " op://API/sandbox/legal-api/LEGAL_API_URL"
3434LEGAL_API_VERSION = " op://API/$APP_ENV /legal-api/LEGAL_API_VERSION"
3535LEGAL_API_VERSION_2 = " op://API/$APP_ENV /legal-api/LEGAL_API_VERSION_2"
36- GCP_AUTH_KEY = " op://gcp-queue/$APP_ENV /gtksf3/AUTHPAY_GCP_AUTH_KEY"
3736AUDIENCE = " op://gcp-queue/$APP_ENV /base/AUDIENCE"
3837PUBLISHER_AUDIENCE = " op://gcp-queue/$APP_ENV /base/PUBLISHER_AUDIENCE"
3938ACCOUNT_MAILER_TOPIC = " op://gcp-queue/$APP_ENV /topics/ACCOUNT_MAILER_TOPIC"
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ LEGAL_SANDBOX_API_URL="https://legal-api-dev.apps.silver.devops.gov.bc.ca"
4949LEGAL_API_VERSION="/api/v1"
5050LEGAL_API_VERSION_2"/api/v2"
5151
52- GCP_AUTH_KEY=
5352AUDIENCE="https://pubsub.googleapis.com/google.pubsub.v1.Subscriber"
5453PUBLISHER_AUDIENCE="https://pubsub.googleapis.com/google.pubsub.v1.Publisher"
5554ACCOUNT_MAILER_TOPIC=
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ class _Config: # pylint: disable=too-few-public-methods
142142 # PUB/SUB - PUB: account-mailer-dev, auth-event-dev
143143 ACCOUNT_MAILER_TOPIC = os .getenv ("ACCOUNT_MAILER_TOPIC" , "account-mailer-dev" )
144144 AUTH_EVENT_TOPIC = os .getenv ("AUTH_EVENT_TOPIC" , "auth-event-dev" )
145- GCP_AUTH_KEY = os .getenv ("AUTHPAY_GCP_AUTH_KEY" , None )
146145
147146 ACCOUNT_MAILER_BUCKET = os .getenv ("ACCOUNTS_BUCKET" , "auth-accounts-dev" )
148147
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ DATABASE_PORT="op://database/$APP_ENV/auth-db-gcp/DATABASE_PORT"
55DATABASE_NAME = " op://database/$APP_ENV /auth-db-gcp/DATABASE_NAME"
66DATABASE_UNIX_SOCKET = " op://database/$APP_ENV /auth-db-gcp/DATABASE_UNIX_SOCKET"
77ACCOUNT_MAILER_TOPIC = " op://gcp-queue/$APP_ENV /topics/ACCOUNT_MAILER_TOPIC"
8- GCP_AUTH_KEY = " op://gcp-queue/$APP_ENV /gtksf3/AUTHPAY_GCP_AUTH_KEY"
98PAY_API_URL = " op://API/$APP_ENV /pay-api/PAY_API_URL"
109PAY_API_VERSION = " op://API/$APP_ENV /pay-api/PAY_API_VERSION"
1110JWT_OIDC_ISSUER = " op://keycloak/$APP_ENV /jwt-base/JWT_OIDC_ISSUER"
Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ class _Config: # pylint: disable=too-few-public-methods
7777
7878 # PUB/SUB - PUB: account-mailer-dev, SUB: auth-event-dev and namex-nr-state-dev
7979 ACCOUNT_MAILER_TOPIC = os .getenv ('ACCOUNT_MAILER_TOPIC' , 'account-mailer-dev' )
80- # If blank in PUB/SUB, this should match the https endpoint the subscription is pushing to.
81- GCP_AUTH_KEY = os .getenv ('AUTHPAY_GCP_AUTH_KEY' , None )
8280
8381 PAY_API_URL = os .getenv ('PAY_API_URL' ) + os .getenv ('PAY_API_VERSION' )
8482
You can’t perform that action at this time.
0 commit comments