-
Notifications
You must be signed in to change notification settings - Fork 375
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
Attestation service deploy updates + support attestation signers #1797
Attestation service deploy updates + support attestation signers #1797
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1797 +/- ##
======================================
Coverage 74.2% 74.2%
======================================
Files 278 278
Lines 7653 7653
Branches 672 672
======================================
Hits 5679 5679
Misses 1857 1857
Partials 117 117
Continue to review full report at Codecov.
|
@@ -78,7 +80,11 @@ spec: | |||
- name: CELO_PROVIDER | |||
value: https://{{ .Release.Namespace }}-forno.{{ .Values.domain.name }}.org | |||
- name: APP_SIGNATURE | |||
value: {{ .Values.attestation_service.sms_retriever_hash_code }}} | |||
value: {{ .Values.attestation_service.sms_retriever_hash_code }} | |||
- name: SMS_PROVIDERS |
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.
presuming this arrived in another PR
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.
Yup
Description
This PR makes some minor updates to the deploy of our attestation service and corresponding fixes:
Tested
namoffchainreveal
Related issues