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(jans-linux-setup): load test data to external Jans setup #5661

Merged
merged 803 commits into from
Jan 1, 2024

Conversation

devrimyatar
Copy link
Contributor

closes #5625

You need to provide identifiers in templates as argument to script. For example to load template specified in issue,

python3 external_data_load.py -salt=v0j94qcGoCA9Y0MnpWfstIVa -db-type=mysql -rdbm-user=jansr -rdbm-password=qwerty -rdbm-db=jansdb -rdbm-host=test.jans.info -template=/opt/jans/jans-setup/templates/test/jans-auth/data/oxauth-test-data.ldif --hostname=test.jans.info --oxauthClient_4_inum=1800.29fb081b-fdee-4352-a192-4477ae285f6b oxauthClient_2_inum=HFf0vsdvKZ4k oxauthClient_4_encoded_pw="eUvI2v0SaERZgNRha/iqdw==" oxauthClient_2_encoded_pw="saaeUvI2v0SaERZgNRhaiq=" oxauthClient_3_inum=600.29fb081b-fdee-4352-a192-4477ae285f6b  oxauthClient_3_encoded_pw="G55is6yKNI4="

@devrimyatar devrimyatar added kind-feature Issue or PR is a new feature request comp-jans-linux-setup Component affected by issue or PR labels Jul 27, 2023
@devrimyatar devrimyatar requested a review from moabu July 27, 2023 12:11
@devrimyatar devrimyatar marked this pull request as draft July 27, 2023 12:11
@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[jans-cli] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[jans-core] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[SCIM API] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[jans-config-api-parent] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[Jans authentication server parent] 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
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 27, 2023

[jans-linux-setup] 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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@moabu moabu left a comment

Choose a reason for hiding this comment

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

Works. Thanks for this @devrimyatar . We need documentation so I will reassign this to @ossdhaval .

@moabu moabu linked an issue Aug 12, 2023 that may be closed by this pull request
8 tasks
@devrimyatar devrimyatar marked this pull request as ready for review December 30, 2023 09:51
moabu and others added 12 commits December 30, 2023 12:57
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
* feat(jans-auth-server): archive rotated keys and make them available via endpoint #6437

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added /jwks/archived to swagger #6437

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added jwk archive on key rotation #6437

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

* feat(jans-auth-server): added tests for archived jwk and clean up support #6437

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

---------

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
* fix(jans-auth-server): fix swagger metadata

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* fix(jans-auth-server): remove few `Gluu` mentions

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* fix(fido2): fix swagger metadata

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* fix(scim): fix swagger metadata

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

* fix: fix swagger metadata for scim and config API

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>

---------

Signed-off-by: ossdhaval <343411+ossdhaval@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
…6521)

* fix(jans-cli-tui): replace list by label container for scope claims

* fix(jans-cli-tui): fixes after claims label container change

* fix(jans-cli-tui): code smell

* fix(jans-cli-tui): typo

Signed-off-by: Mustafa Baser <mbaser@mail.com>
#6301)

Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

---
updated-dependencies:
- dependency-name: org.json:json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
yurem and others added 10 commits December 30, 2023 12:59
…test framework (#7186)

* chore: rename json properties

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

* chore: rename json properties

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>

---------

Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: jgomer2001 <bonustrack310@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
…7199)

* feat(jans-fido2): added residentKey in attestation

Signed-off-by: Milton Ch <j.milton.chambi.m@gmail.com>

* feat(jans-fido2): none assertion test and unit test for none attestation

Signed-off-by: Milton Ch <j.milton.chambi.m@gmail.com>

---------

Signed-off-by: Milton Ch <j.milton.chambi.m@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Milton Ch <j.milton.chambi.m@gmail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: iromli <isman.firmansyah@gmail.com>
Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
Signed-off-by: Mustafa Baser <mbaser@mail.com>
* feat(jans-linux-setup): remove MariaDB support

Signed-off-by: Mustafa Baser <mbaser@mail.com>

* feat(jans-linux-setup): install mysql for suse

Signed-off-by: Mustafa Baser <mbaser@mail.com>

---------

Signed-off-by: Mustafa Baser <mbaser@mail.com>
Copy link

sonarcloud bot commented Dec 30, 2023

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

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

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed for 'agama parent'

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

Copy link

sonarcloud bot commented Dec 30, 2023

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

Copy link

sonarcloud bot commented Dec 30, 2023

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

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

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed for 'keycloak-integration-parent'

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

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed for 'Fido2 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

Copy link

sonarcloud bot commented Dec 30, 2023

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

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

Copy link

sonarcloud bot commented Dec 30, 2023

Quality Gate Passed Quality Gate passed for 'orm'

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

Copy link

sonarcloud bot commented Dec 30, 2023

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

@moabu moabu merged commit c47dce0 into main Jan 1, 2024
2 checks passed
@moabu moabu deleted the jans-linux-setup-external-data-load branch January 1, 2024 10:02
yurem pushed a commit that referenced this pull request Jan 1, 2024
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet