Skip to content

Brandon/bb2 4689 client credential token 24 hours#1544

Draft
bwang-icf wants to merge 15 commits intomasterfrom
brandon/BB2-4689-client-credential-token-24-hours
Draft

Brandon/bb2 4689 client credential token 24 hours#1544
bwang-icf wants to merge 15 commits intomasterfrom
brandon/BB2-4689-client-credential-token-24-hours

Conversation

@bwang-icf
Copy link
Copy Markdown
Contributor

JIRA Ticket:
BB2-XXXX

What Does This PR Do?

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

Validation

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies
  • Modifies any security controls
  • Adds new transmission or storage of data
  • Any other changes that could possibly affect security?
  • Yes, one or more of the above security implications apply. This PR must not be merged without the ISSO or team
    security engineer's approval.

Any Migrations?

  • Yes, there are migrations
    • The migrations should be run PRIOR to the code being deployed
    • The migrations should be run AFTER the code is deployed
    • There is a more complicated migration plan (downtime,
      etc)
  • No migrations


if not re.match(YYYY_MM_DD_REGEX, payload.get('birthdate')):
log.warning(f'birthdate was not a valid string: {payload.get('birthdate')}')
log.warning(f'birthdate was not a valid string: {payload.get("birthdate")}')
@JamesDemeryNava
Copy link
Copy Markdown
Contributor

@bwang-icf this should be closed, right?

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.

4 participants