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

Support configuration of Twilio Sender IDs for selected country codes #374

Merged
merged 3 commits into from
Aug 18, 2023

Conversation

sbryzak
Copy link
Contributor

@sbryzak sbryzak commented Aug 16, 2023

Description

Added configuration to allow setting of Twilio sender ID values for a selection of country codes

Checks

  1. Did you run make generate target? yes

  2. Did make generate change anything in other projects (host-operator, member-operator)? yes

  3. In case of new CRD, did you the following? yes

  4. In case other projects are changed, please provides PR links.

@sonarcloud
Copy link

sonarcloud bot commented Aug 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

@alexeykazakov alexeykazakov left a comment

Choose a reason for hiding this comment

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

Looks good. I have one question though.

@@ -364,12 +364,36 @@ type RegistrationServiceVerificationConfig struct {

// AWSSenderID the Alphanumeric Sender ID to use, e.g. "DevSandbox"
// +optional
AWSSenderID *string `json:"awsSenderId,omitempty"`
AWSSenderID *string `json:"awsSenderID,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

We are not using this configuration (yet), right? Just want to make sure it won't break anything.

@sbryzak sbryzak merged commit 3827776 into codeready-toolchain:master Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants