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

fix(kms): fix urn region on credential creation root account #14200

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

vovh
Copy link
Contributor

@vovh vovh commented Nov 20, 2024

Question Answer
Branch? develop
Bug fix? yes
New feature? no
Breaking change? no
Tickets Fix #MANAGER-16086
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Related

@github-actions github-actions bot added enabler bug Something isn't working labels Nov 20, 2024
@vovh vovh marked this pull request as ready for review November 20, 2024 15:57
@vovh vovh requested review from a team as code owners November 20, 2024 15:57
anooparveti
anooparveti previously approved these changes Nov 21, 2024
rjamet-ovh
rjamet-ovh previously approved these changes Nov 21, 2024
@vovh vovh dismissed stale reviews from rjamet-ovh and anooparveti via 8dc873e November 25, 2024 09:19
@vovh vovh requested a review from a team as a code owner November 25, 2024 09:19
@vovh vovh self-assigned this Nov 25, 2024
darsene
darsene previously approved these changes Nov 25, 2024
rjamet-ovh
rjamet-ovh previously approved these changes Nov 25, 2024
@@ -5,7 +5,7 @@ import {
IdentityType,
} from '@/types/identity.type';

const urnIdentityRegExp = /^urn:v(\d):(eu|ca|us|labeu):([a-z]+):([a-z]+):([a-z]{2}\d{1,6}-ovh)\/?(.+?)?$/;
const urnIdentityRegExp = /^urn:v(\d):(eu|ca|us|labeu):([a-z]+):([a-z]+):([a-z]{2}\d{1,6}-ovh)\/?(.+?)?$/i;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add some test cases for the uppercase use cases ?

ref: MANAGER-16086

Signed-off-by: Vincent BONMARCHAND <[email protected]>
Copy link

sonarcloud bot commented Nov 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enabler quality check: ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants