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(config-api): handled check for attribute validation and client pwd decryption exception handling #7814

Merged
merged 24 commits into from
Feb 27, 2024

Conversation

pujavs
Copy link
Contributor

@pujavs pujavs commented Feb 22, 2024

Prepare


Description

Target issue

closes #7636 #7858 #6446

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>
@mo-auto mo-auto added comp-jans-config-api Component affected by issue or PR kind-feature Issue or PR is a new feature request labels Feb 22, 2024
@yuriyz yuriyz enabled auto-merge (squash) February 22, 2024 13:49
yuriyz
yuriyz previously approved these changes Feb 22, 2024
Copy link

sonarcloud bot commented Feb 23, 2024

Quality Gate Passed Quality Gate passed for 'orm'

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Feb 23, 2024

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

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

…decryption handling

Signed-off-by: pujavs <pujas.works@gmail.com>
…decryption handling

Signed-off-by: pujavs <pujas.works@gmail.com>
@pujavs pujavs requested a review from yuriyz February 27, 2024 17:13
Copy link

sonarcloud bot commented Feb 27, 2024

Quality Gate Passed Quality Gate passed for 'jans-linux-setup'

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Feb 27, 2024

Quality Gate Passed Quality Gate passed for 'Jans lock server parent'

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@pujavs pujavs changed the title feat(config-api): handled check for attribute validation feat(config-api): handled check for attribute validation and client pwd decryption exception handling Feb 27, 2024
@yuriyz yuriyz merged commit 3327195 into main Feb 27, 2024
2 checks passed
@yuriyz yuriyz deleted the jans-config-api-issues branch February 27, 2024 18:07
Copy link

sonarcloud bot commented Feb 27, 2024

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

Issues
0 New issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

devrimyatar pushed a commit that referenced this pull request Feb 27, 2024
* feat(config-api): saml plugin changes for new fields

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): saml plugin changes

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

* feat(config-api): kc plugin changes

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

* feat(config-api): saml plugin changes for metadata elements

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

* feat(config-api): resolved merge conflict

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

* feat(config-api): resolved merge conflict

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

* feat(config-api): saml metedata elements save

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

* feat(config-api): attribute validation check

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

---------

Signed-off-by: pujavs <pujas.works@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
yuriyz pushed a commit that referenced this pull request Nov 7, 2024
* feat(config-api): saml plugin changes for new fields

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): kc link plugin endpoint

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

* feat(config-api): saml plugin changes

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

* feat(config-api): kc plugin changes

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

* feat(config-api): saml plugin changes for metadata elements

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

* feat(config-api): resolved merge conflict

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

* feat(config-api): resolved merge conflict

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

* feat(config-api): saml metedata elements save

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

* feat(config-api): attribute validation check

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

---------

Signed-off-by: pujavs <pujas.works@gmail.com>
Former-commit-id: 3327195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-config-api Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(jans): regular expression in attribute not producing any result
4 participants