Skip to content
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

Deploy Attestation Service 1.0.5 to cLabs validators on baklava #5440

Merged
merged 4 commits into from
Oct 20, 2020

Conversation

timmoreton
Copy link
Contributor

Description

  • Bump Attestation Service version to 1.0.5
  • New Twilio secrets for new Twilio app
  • New Nexmo applications configured. Right now, we've configured 15, so that the first 15 of 30 correctly get Delivery info. Can extend this later. There is a per month $ fee for the numbers reserved for each application.

Other changes

Describe any minor or "drive-by" changes here.

Tested

Deployed

Backwards compatibility

Yes

@timmoreton timmoreton added the automerge Have PR merge automatically when checks pass label Oct 19, 2020
Copy link
Contributor

@aslawson aslawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-dc5e5dfa07231a4ff4664816a95eae606293eae9"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-1-0-5"

# We only configured 15 nexmo applications. So delivery receipts from the second 15 will always go to the wrong place for now
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha ok -- how much is the monthly fee per application. do we gain much from having half use their own application?

Comment on lines +50 to +52
`--set attestation_service.twilio.accountSid="${fetchEnv(envVar.TWILIO_ACCOUNT_SID)}"`,
`--set attestation_service.twilio.authToken="${fetchEnv(envVar.TWILIO_ACCOUNT_AUTH_TOKEN)}"`,
`--set attestation_service.twilio.addressSid="${fetchEnv(envVar.TWILIO_ADDRESS_SID)}"`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh -- how was this set before? just hardcoded?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Have PR merge automatically when checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants