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

NOISSUE - Fix Password Regex From Env Variables #1843

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

rodneyosodo
Copy link
Member

What does this do?

Fixes password regex in the env variable

Which issue(s) does this PR fix/relate to?

No issue

List any changes that modify/break current functionality

None. It is a BUG fix

Have you included tests for your changes?

No

Did you document any new/modified functionality?

No

Notes

This was the value Regex: ^.{8,}793769 being loaded because of the extra $

@rodneyosodo rodneyosodo requested a review from a team as a code owner July 4, 2023 09:43
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #1843 (48003ee) into master (a137645) will not change coverage.
The diff coverage is n/a.

❗ Current head 48003ee differs from pull request most recent head a642f87. Consider uploading reports for the commit a642f87 to get more accurate results

@@           Coverage Diff           @@
##           master    #1843   +/-   ##
=======================================
  Coverage   65.69%   65.69%           
=======================================
  Files         116      116           
  Lines        9415     9415           
=======================================
  Hits         6185     6185           
  Misses       2572     2572           
  Partials      658      658           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@drasko drasko left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
@drasko drasko merged commit b9838fb into absmach:master Jul 6, 2023
WashingtonKK pushed a commit to WashingtonKK/magistrala that referenced this pull request Jul 7, 2023
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
WashingtonKK pushed a commit to WashingtonKK/magistrala that referenced this pull request Jul 12, 2023
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
WashingtonKK pushed a commit to WashingtonKK/magistrala that referenced this pull request Jul 12, 2023
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
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