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(kc-saml-plugin): fixed IDP creation issue, enum values and removed kc lib dependency #7238

Merged
merged 26 commits into from Jan 3, 2024

Conversation

pujavs
Copy link
Contributor

@pujavs pujavs commented Jan 2, 2024

Prepare


Description

  1. Issue#6514: feat(kc-saml-plugin): keycloak weld conflict with jans weld , remove keycloak dependency
  2. Issue#7200: fix(config-api): status response value of attributes
  3. Issue#7190: fix(kc-saml-plugin): create IDP request error for individual metedata elements.
  4. Issue#7192: fix(config-api): script type creation throwing error

Target issue

closes #6514 7200 7190 7192

Implementation Details


Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
Copy link

sonarcloud bot commented Jan 2, 2024

Quality Gate Passed Quality Gate passed for 'SCIM API'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
yurem
yurem previously approved these changes Jan 2, 2024
Signed-off-by: pujavs <pujas.works@gmail.com>
Copy link
Contributor

@devrimyatar devrimyatar left a comment

Choose a reason for hiding this comment

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

Please ask @yurem about:

I guess in jans-config-api-swagger.yaml line 9860, "NULL" should be DISABLED

Signed-off-by: pujavs <pujas.works@gmail.com>
@pujavs
Copy link
Contributor Author

pujavs commented Jan 3, 2024

Please ask @yurem about:

I guess in jans-config-api-swagger.yaml line 9860, "NULL" should be DISABLED

@devrimyatar, please verify now

yurem
yurem previously approved these changes Jan 3, 2024
Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: pujavs <pujas.works@gmail.com>
@yurem yurem merged commit d3401e3 into main Jan 3, 2024
1 of 2 checks passed
@yurem yurem deleted the jans-config-fix branch January 3, 2024 16:19
Copy link

sonarcloud bot commented Jan 3, 2024

Quality Gate Passed Quality Gate passed for 'jans-config-api-parent'

The SonarCloud Quality Gate passed, but some issues were introduced.

4 New issues
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Jan 3, 2024

Quality Gate Passed Quality Gate passed for 'jans-core'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

feat(kc-saml-plugin): keycloak weld conflict with jans weld , remove keycloak dependency
4 participants