-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
19808 Fixed vaults.gcp.env for entity-pay #2568
19808 Fixed vaults.gcp.env for entity-pay #2568
Conversation
ENTITY_FILER_TOPIC="op://gcp-queue/$APP_ENV/payment/ENTITY_FILER_TOPIC" | ||
ENTITY_MAILER_TOPIC="op://gcp-queue/$APP_ENV/payment/ENTITY_MAILER_TOPIC" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be the following? i.e. using the "topics" section
ENTITY_FILER_TOPIC="op://gcp-queue/$APP_ENV/topics/ENTITY_FILER_TOPIC"
ENTITY_MAILER_TOPIC="op://gcp-queue/$APP_ENV/topics/ENTITY_MAILER_TOPIC"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, so there's a vault for the topics. I thought each one would be in it's respective project. OK, I'll fix that too for the other vaults.gcp.env.
@@ -32,7 +32,7 @@ NATS_FILER_SUBJECT="op://nats/$APP_ENV/nats-filer/NATS_FILER_SUBJECT" | |||
NATS_ENTITY_EVENT_SUBJECT="op://nats/$APP_ENV/nats-filer/NATS_ENTITY_EVENT_SUBJECT" | |||
NATS_EMAILER_SUBJECT="op://nats/$APP_ENV/nats-emailer/NATS_EMAILER_SUBJECT" | |||
AUDIENCE="op://gcp-queue/$APP_ENV/payment/AUDIENCE" | |||
TOPIC_NAME="op://gcp-queue/$APP_ENV/filer/TOPIC_NAME" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can probably remove the TOPIC_NAME from the filer vault. Thoughts Argus?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just keep the TOPIC_NAME
for each service for now. I think it was designed this way on purpose for the topic that is being subscribed to.
Quality Gate passedIssues Measures |
Issue #: /bcgov/entity#19808
Description of changes:
I'm going to try testing after this PR is merged. Depending on what I find, i'll be making the code changes necessary.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).