You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
the helm chart validation for Twilio requires all 3 auth fields to be provided, resulting in a validation error if any are not specified.
What did you expect to happen:
Either (TWILIO_API_KEY_SID + TWILIO_API_KEY_SECRET) or TWILIO_AUTH_TOKEN is required.
Oncall Env Variables defines two options for configuring Twilio Auth:
TWILIO_API_KEY_SID + TWILIO_API_KEY_SECRET
TWILIO_AUTH_TOKEN
It would be good if these fields were made optional so that Oncall does not require config that is never used
# What this PR does
When configuring twilio auth only the provided values are templated.
## Which issue(s) this PR fixes#2654
## Checklist
- [X] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
---------
Co-authored-by: Joey Orlando <[email protected]>
Co-authored-by: Joey Orlando <[email protected]>
What went wrong?
What happened:
the helm chart validation for
Twilio
requires all 3 auth fields to be provided, resulting in a validation error if any are not specified.What did you expect to happen:
Oncall Env Variables defines two options for configuring Twilio Auth:
It would be good if these fields were made optional so that Oncall does not require config that is never used
How do we reproduce it?
values.yaml
Create the values file above then attempt to do a
helm install
with only one of the twilio auth methodshelm install oncall grafana/oncall -f values.yaml
Grafana OnCall Version
v1.3.17
Product Area
Helm
Grafana OnCall Platform?
Kubernetes
User's Browser?
n/a
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: