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

feat: Added MultiSignaturePolicy #350

Merged
merged 1 commit into from
Sep 22, 2023
Merged

feat: Added MultiSignaturePolicy #350

merged 1 commit into from
Sep 22, 2023

Conversation

philpotisk
Copy link
Contributor

MultiSignaturePolicy to validate JWT credentials with multiple embedded signatures based on JWS JSON Serialization

…tiple embedded signatures based on JWS JSON Serialization
@github-actions
Copy link
Contributor

Hey there and thank you for opening this pull request! 👋🏼

Some or all of your commit messages do not seem to follow the Conventional Commits specification.
To allow the merge of this pull request, we require that at least one commit message or the PR title follow that convention.

You have the following possibilities to proceed with this PR:

  1. Make sure at least one commit message complies with the Conventional Commits specification.
    Note, if not all messages comply, the merge will be allowed, but you will still see this warning.
  2. Update the title of this pull request to comply with the Conventional Commits specification.

Further information:
The commit messages and PR title will be parsed according to the Conventional Commits specification, to automatically populate the release notes for the next official release.
Therefore, make sure the commit messages or PR title contain the necessary and relevant information describing the changes of this pull request.

Commit message details:

[
  {
    "hash": "f3deccf9378b80bc3d4042a5896f88c507152e64",
    "message": "feat: Added MultiSignaturePolicy to validate JWT credentials with multiple embedded signatures based on JWS JSON Serialization",
    "valid": false,
    "errors": [
      "header must not be longer than 100 characters, current length is 126",
      "subject must not be sentence-case, start-case, pascal-case, upper-case"
    ],
    "warnings": []
  }
]

PR title details:


@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 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

@philpotisk philpotisk merged commit 4dcf272 into main Sep 22, 2023
4 checks passed
@philpotisk philpotisk deleted the multisig-policy branch September 22, 2023 19:38
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.

None yet

1 participant