-
Notifications
You must be signed in to change notification settings - Fork 73
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
refactor(jans-cedarling): streamline token deserialization in JwtService #10018
base: main
Are you sure you want to change the base?
Commits on Aug 27, 2024
-
fix(jans-auth): plaintext passwords logged from TokenRestWebServiceIm…
…pl with DEBUG log level #8959 (#9281) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7db1a2b - Browse repository at this point
Copy the full SHA 7db1a2bView commit details -
feat(jans-pycloudlib): add support reading configuration from file (#…
…9037) * feat(jans-pycloudlib): add support reading configuration from file Signed-off-by: iromli <[email protected]> * tests(jans-pycloudlib): adjust testcases Signed-off-by: iromli <[email protected]> * feat(jans-pycloudlib): add CLI command to generate configuration spec Signed-off-by: iromli <[email protected]> * refactor: simplified configmaps and secrets adapters Signed-off-by: iromli <[email protected]> * fix: handle missing params Signed-off-by: iromli <[email protected]> * fix: add backward-compat for configuration and dump files Signed-off-by: iromli <[email protected]> * test(jans-pycloudlib): fix transform_data testcase Signed-off-by: iromli <[email protected]> * refactor: handle mounted password files Signed-off-by: iromli <[email protected]> * refactor: handle mounted files in OCI images Signed-off-by: iromli <[email protected]> * fix: ensure couchbase password files are exist Signed-off-by: iromli <[email protected]> * refactor: generate opendj.pkcs12 on-the-fly Signed-off-by: iromli <[email protected]> * fix: resolve required password files Signed-off-by: iromli <[email protected]> * fix: pre-populate LDAP bindDN Signed-off-by: iromli <[email protected]> * fix: remove duplicated jansAccessTknSigAlg attribute Signed-off-by: iromli <[email protected]> * chore: clarify local secrets and configmaps will be excluded if configuration.json is missing Signed-off-by: iromli <[email protected]> * refactor: remove unused backward-compat Signed-off-by: iromli <[email protected]> * refactor: bootstrap Vault RoleID and SecretID (if required) Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Signed-off-by: Isman Firmansyah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc9f04f - Browse repository at this point
Copy the full SHA fc9f04fView commit details
Commits on Aug 28, 2024
-
chore: rework sample credential plugin (#9282)
* docs: minor doc updates #9228 Signed-off-by: jgomer2001 <[email protected]> * docs: rewrite developer's guide #8852 Signed-off-by: jgomer2001 <[email protected]> * chore: rework sample credentials plugin #9228 Signed-off-by: jgomer2001 <[email protected]> * chore: rework sample credential plugin #9228 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d40a266 - Browse repository at this point
Copy the full SHA d40a266View commit details -
fix(cloud-native): update jans-pycloudlib version used by OCI images (#…
…9284) * fix(cloud-native): update jans-pycloudlib version used by OCI images Signed-off-by: iromli <[email protected]> * fix(docker-jans-all-in-one): add missing casa-agama-project.zip Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0938a6 - Browse repository at this point
Copy the full SHA d0938a6View commit details -
feat: changing format of access token and user-info to JWT (#9293)
Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed24927 - Browse repository at this point
Copy the full SHA ed24927View commit details
Commits on Aug 29, 2024
-
fix: remove unrecognized manifest key #9301 (#9302)
Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56116fc - Browse repository at this point
Copy the full SHA 56116fcView commit details -
chore: project refactoring and docs (#9304)
* docs: casa docs sweep #8852 Signed-off-by: jgomer2001 <[email protected]> * chore: minor plugin refactoring #9228 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d99bd55 - Browse repository at this point
Copy the full SHA d99bd55View commit details
Commits on Aug 30, 2024
-
fix: improve handling of assets data stored in cache (#9310)
* docs: describe behavior of casa authn flow more precisely #8846 Signed-off-by: jgomer2001 <[email protected]> * fix: improve handling of assets data stored in cache #9297 Signed-off-by: jgomer2001 <[email protected]> * chore: minor project refactoring #8846 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c2265b - Browse repository at this point
Copy the full SHA 2c2265bView commit details -
feat(jans-cli-tui): acr screen (#9167)
* fix(jans-cli-tui): display error if default acr is not saved Signed-off-by: Mustafa Baser <[email protected]> * refactor(jans-cli-tui): Authn screen Signed-off-by: Mustafa Baser <[email protected]> * feat(jans-cli-tui): hide LDAP tab in authn screen if db is not ldap Signed-off-by: Mustafa Baser <[email protected]> * chore(jans-linux-setup): populate jansDbAuth only if db is LDAP Signed-off-by: Mustafa Baser <[email protected]> * fix(docs): update docs for Authn Signed-off-by: Mustafa Baser <[email protected]> * docs: proofreading changes Signed-off-by: ossdhaval <[email protected]> * docs: update default authn file name Signed-off-by: ossdhaval <[email protected]> * docs: rename the file and minor updates Signed-off-by: ossdhaval <[email protected]> * docs(jans-cli-tui): rename acr to default Signed-off-by: Mustafa Baser <[email protected]> * Revert "docs(jans-cli-tui): rename acr to default" This reverts commit d519b7b. Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]> Signed-off-by: Devrim <[email protected]> Signed-off-by: ossdhaval <[email protected]> Co-authored-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a093c7 - Browse repository at this point
Copy the full SHA 1a093c7View commit details -
fix(jans-cli-tui): check response content type in cli mode (#8992)
* fix(jans-cli-tui): check response content type in cli mode Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): don't post metadata location after editing saml-SP Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2714a57 - Browse repository at this point
Copy the full SHA 2714a57View commit details -
fix(jans-auth-server): if AS fails to allocate status index entire to…
…ken call fails (#9312) fix(jans-auth-server): if AS fails to allocate status index entire token call fails #9290 Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba78a74 - Browse repository at this point
Copy the full SHA ba78a74View commit details
Commits on Sep 2, 2024
-
feat(jans-cli-tui): config-api configuration (#9127)
* feat(jans-cli-tui): config-api configuration Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): display save info on dialog for config-api config Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): config-api configuratios Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): config-api swagger reference Signed-off-by: Mustafa Baser <[email protected]> * docs(config-api): update config api Signed-off-by: ossdhaval <[email protected]> * docs: edit the update section Signed-off-by: ossdhaval <[email protected]> * docs: proofreading changes Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]> Signed-off-by: ossdhaval <[email protected]> Co-authored-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdf5707 - Browse repository at this point
Copy the full SHA bdf5707View commit details -
chore: misc updates to Casa Agama authn project (#9325)
* docs: update developer guide #8852 Signed-off-by: jgomer2001 <[email protected]> * chore: disable super gluu extension #8852 Signed-off-by: jgomer2001 <[email protected]> * chore: avoid image duplication #8847 Signed-off-by: jgomer2001 <[email protected]> * chore: revert changes in login form #8852 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f44ef8 - Browse repository at this point
Copy the full SHA 6f44ef8View commit details -
chore: remove unused files (#9328)
* chore: update casa gitignore #8846 Signed-off-by: jgomer2001 <[email protected]> * chore: remove unused files #9327 Signed-off-by: jgomer2001 <[email protected]> * docs: re-arrange list of plugins #8852 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99ca871 - Browse repository at this point
Copy the full SHA 99ca871View commit details -
feat(jans-config-api): add missing properties to log/audit/telemetry …
…records (#9334) * feat(jans-config-api): update log/telemetry/health entries Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-config-api): update log/telemetry/health entries Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 086935c - Browse repository at this point
Copy the full SHA 086935cView commit details
Commits on Sep 3, 2024
-
feat: remove mounted files for persistence (#9296)
* feat: remove mounted files for sql persistence Signed-off-by: iromli <[email protected]> * feat: remove mounted files for couchbase persistence Signed-off-by: iromli <[email protected]> * feat: remove mounted files for ldap persistence Signed-off-by: iromli <[email protected]> * fix: handle hybrid persistence Signed-off-by: iromli <[email protected]> * feat: remove unused ldap-cron-pass secret Signed-off-by: iromli <[email protected]> Merging but its missing docs. Auto doc generator will take care of it. --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08e2b3c - Browse repository at this point
Copy the full SHA 08e2b3cView commit details -
fix(cloud-native): toggle rendering truststore based on env var (#9311)
Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7360cdf - Browse repository at this point
Copy the full SHA 7360cdfView commit details -
fix(jans-cli-tui): authn page for non-ldap backend (#9339)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1addd62 - Browse repository at this point
Copy the full SHA 1addd62View commit details -
feat(jans-config-api): add endpoint to load log/telemetery/health dat… (
#9343) feat(jans-config-api): add endpoint to load log/telemetery/health data for specific period Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47f2d04 - Browse repository at this point
Copy the full SHA 47f2d04View commit details -
feat(jans-auth-server): add acr aliasing to discovery #9166 (#9344)
* feat(jans-auth-server): AS supports acr aliasing but it's not published on discovery. It should be added to discovery. #9166 Signed-off-by: YuriyZ <[email protected]> * feat(jans-auth-server): added acr_mappings to doc sample #9166 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9635328 - Browse repository at this point
Copy the full SHA 9635328View commit details -
feat(jans-core): fix javadocs generation (#9347)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098ac14 - Browse repository at this point
Copy the full SHA 098ac14View commit details -
feat(jans-scim): fix javadocs generation (#9349)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ea5a98 - Browse repository at this point
Copy the full SHA 2ea5a98View commit details -
feat(jans-config-api): fix javadocs generation (#9351)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27b5345 - Browse repository at this point
Copy the full SHA 27b5345View commit details
Commits on Sep 4, 2024
-
ci: forces download each time on packaging (#9356)
Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee5ee53 - Browse repository at this point
Copy the full SHA ee5ee53View commit details -
feat: add parameter in client registration request to include claims …
…in id_token (#9358) Signed-off-by: Arnab Dutta <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ddff0f - Browse repository at this point
Copy the full SHA 6ddff0fView commit details -
* ci: forces download each time on packaging Signed-off-by: moabu <[email protected]> * ci: forces download each time on packaging Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]> Signed-off-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8394704 - Browse repository at this point
Copy the full SHA 8394704View commit details -
fix(docker-jans-persistence-loader): populate jansDbAuth attribute on…
…ly if using ldap persistence (#9323) Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47414c2 - Browse repository at this point
Copy the full SHA 47414c2View commit details
Commits on Sep 5, 2024
-
feat(jans-auth-server): added nbf claims to tokens which is equal to …
…iat #9320 (#9375) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d5f003 - Browse repository at this point
Copy the full SHA 2d5f003View commit details -
chore(deps): bump com.mysql:mysql-connector-j from 8.0.32 to 8.2.0 in…
… /jans-bom (#9308) chore(deps): bump com.mysql:mysql-connector-j in /jans-bom Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.32 to 8.2.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@8.0.32...8.2.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8d0a45d - Browse repository at this point
Copy the full SHA 8d0a45dView commit details -
chore(deps): bump org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5 in…
… /jans-casa/app-fips (#8514) chore(deps): bump org.bouncycastle:bc-fips in /jans-casa/app-fips Bumps org.bouncycastle:bc-fips from 1.0.2.4 to 1.0.2.5. --- updated-dependencies: - dependency-name: org.bouncycastle:bc-fips dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 743c1cd - Browse repository at this point
Copy the full SHA 743c1cdView commit details -
chore(deps): bump org.apache.santuario:xmlsec from 2.2.4 to 2.2.6 in …
…/jans-bom (#6357) chore(deps): bump org.apache.santuario:xmlsec in /jans-bom Bumps org.apache.santuario:xmlsec from 2.2.4 to 2.2.6. --- updated-dependencies: - dependency-name: org.apache.santuario:xmlsec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb980d3 - Browse repository at this point
Copy the full SHA bb980d3View commit details -
feat(jans-core): update OpeDJ version (#9382)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 447df58 - Browse repository at this point
Copy the full SHA 447df58View commit details -
chore(deps-dev): bump org.bitbucket.b_c:jose4j from 0.9.3 to 0.9.4 in…
… /jans-config-api (#7911) chore(deps-dev): bump org.bitbucket.b_c:jose4j in /jans-config-api Bumps [org.bitbucket.b_c:jose4j](https://bitbucket.org/b_c/jose4j) from 0.9.3 to 0.9.4. - [Commits](https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.9.4..jose4j-0.9.3) --- updated-dependencies: - dependency-name: org.bitbucket.b_c:jose4j dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 69d12c8 - Browse repository at this point
Copy the full SHA 69d12c8View commit details -
chore: use pythonic style in Agama bridge (#9383)
chore: use pythonic style #9181 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc36131 - Browse repository at this point
Copy the full SHA fc36131View commit details -
* feat(jans-core): update OpeDJ version Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-auth): set auth_user session attribute from authenticateByUserInum method Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 388ac14 - Browse repository at this point
Copy the full SHA 388ac14View commit details -
fix(config-api): lock endpoint fixes and SAML IDP NPE (#9386)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14e0416 - Browse repository at this point
Copy the full SHA 14e0416View commit details
Commits on Sep 6, 2024
-
feat(jans-lock): cedarling-mvp (#9384)
* Initializing branch for Cedarling MVP Signed-off-by: Arnab Dutta <[email protected]> * rust demo code without connect to python * cargo improvements * fix format rule * add to gitignore files that is used in debug process * add parsing roles from token and it mapping * remove unused text in readme * added guide how to build * add python binding * python example hotfix * make Id in python example more illustrative * update to make tokens field jti optional * fix readme file * feat: store the sample policy stores in demo folder #9373 Signed-off-by: Arnab Dutta <[email protected]> * rename role mapper to token mapper * add loading policy store from file or json * show in example that we can use setter * use single quote for action in python example * update python bindings to use object Request * add readme to demo data folder * updated README.md * update cedarling_python/README.md --------- Signed-off-by: Arnab Dutta <[email protected]> Co-authored-by: Arnab Dutta <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 466c161 - Browse repository at this point
Copy the full SHA 466c161View commit details -
feat(jans-pycloudlib): handle required files for external configurati…
…on backends (#9389) * feat(jans-pycloudlib): handle required files for external configuration backends Signed-off-by: iromli <[email protected]> * feat(jans-pycloudlib): populate google credentials if using spanner persistence Signed-off-by: iromli <[email protected]> * fix(jans-pycloudlib): resolve broken dependency for google-cloud-secret-manager lib Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c14434 - Browse repository at this point
Copy the full SHA 3c14434View commit details -
feat(jans-auth): add warn to check if server can't set authenticated (#…
…9395) user in session Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc87b08 - Browse repository at this point
Copy the full SHA fc87b08View commit details -
chore(jans-linux-setup): restart jans services in post-setup (#9400)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 314f247 - Browse repository at this point
Copy the full SHA 314f247View commit details -
feat(jans-core): store file_name and file_path in separate columns (#…
…9398) * feat(jans-core): add jansFilePath to document store Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-core): set filePath and fileName from imput path * feat(config-api): asset mgt changes to store filePath in separate field Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Signed-off-by: pujavs <[email protected]> Co-authored-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b645f0b - Browse repository at this point
Copy the full SHA b645f0bView commit details
Commits on Sep 9, 2024
-
fix: high CPU usage on opening tarp #9390 (#9391)
* fix: high CPU usage on opening tarp #9390 Signed-off-by: Arnab Dutta <[email protected]> * feat: resolving review comments Signed-off-by: Arnab Dutta <[email protected]> * feat: correct comments Signed-off-by: Arnab Dutta <[email protected]> --------- Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c49be90 - Browse repository at this point
Copy the full SHA c49be90View commit details -
fix: add missing super gluu related files to authn project (#9408)
* chore: include missing files #9407 Signed-off-by: jgomer2001 <[email protected]> * fix: update configuration #8407 Signed-off-by: jgomer2001 <[email protected]> * chore: improve device sweeping logic #8847 Signed-off-by: jgomer2001 <[email protected]> * chore: polish plugin life-cycle handlers #9407 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fd5d66 - Browse repository at this point
Copy the full SHA 8fd5d66View commit details -
chore(cloud-native): sync assets into OCI images (#9406)
* chore(cloud-native): sync assets into OCI images Signed-off-by: iromli <[email protected]> * feat(cloud-native): sync google credentials (if applicable) Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c832069 - Browse repository at this point
Copy the full SHA c832069View commit details -
fix(jans-cli-tui): re-order feed and background task messages (#9418)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a7c0da - Browse repository at this point
Copy the full SHA 2a7c0daView commit details -
fix(jans-linux-setup): suse setup issues (#9401)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3702661 - Browse repository at this point
Copy the full SHA 3702661View commit details -
feat(config-api): initializing core documentStore manager timer for c…
…onfig-api (#9417) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37bc45b - Browse repository at this point
Copy the full SHA 37bc45bView commit details -
fix(config-api): scope validation issue #9426 (#9428)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0138e82 - Browse repository at this point
Copy the full SHA 0138e82View commit details
Commits on Sep 10, 2024
-
docs: fix mysql-ops command order (#9416)
Signed-off-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297bdc0 - Browse repository at this point
Copy the full SHA 297bdc0View commit details -
feat(jans-lock): implement fetch policy stores (#9423)
* chore(jans-cedarling): rebase from main after cedarling_mvp branch deletion The cedarling_mvp branch was merged and subsequently deleted. This commit rebases the current changes from the main branch to keep the branch up to date. list of rebased commits: rust demo code without connect to python cargo improvements fix format rule add to gitignore files that is used in debug process add parsing roles from token and it mapping remove unused text in readme added guide how to build add python binding python example hotfix make Id in python example more illustrative update to make tokens field jti optional fix readme file feat: store the sample policy stores in demo folder #9373 Signed-off-by: Arnab Dutta <[email protected]> rename role mapper to token mapper add loading policy store from file or json show in example that we can use setter use single quote for action in python example update python bindings to use object Request added crate init_engine refactor authz, move some parts to init_engine added skip check clippy::enum_variant_names Signed-off-by: Oleh Bohzok <[email protected]> * chore: delete Readme.md For some reason my git client start but out. Signed-off-by: Oleh Bohzok <[email protected]> * chore(chedarling) rename PolicyStoreEntry to PolicyStore Signed-off-by: Oleh Bohzok <[email protected]> * feat(cedarling): added load PolicyStore from file and URI also updated the python binding. also renamed the enum PolicyStoreConfig::LocalJson to JsonRaw Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling-python): added section Classes and Methods in python library Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): added to python binding documentation example how to init PolicyStore using methods: - from_raw_json - from_filepath - from_remote_uri Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): added to python binding documentation notice that for windows we no need to install maturin[patchelf] Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): added example how to extract the "role" claim from the userinfo token Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): added note that we should see `cedarling_python` listed among the available packages. Signed-off-by: Oleh Bohzok <[email protected]> * doc(cedarling): added note that user on linux maybe need to install build-essential for cedarling_python Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cea08b5 - Browse repository at this point
Copy the full SHA cea08b5View commit details -
fix(jans-cli-tui): populate config-api widgets when page entered (#9436)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19e770a - Browse repository at this point
Copy the full SHA 19e770aView commit details -
fix(jans-cli-tui): hide messages configuration page (#9437)
* fix(jans-cli-tui): hide Messages configuration page Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): hide messages configuration in documents Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b07568e - Browse repository at this point
Copy the full SHA b07568eView commit details -
doc(jans-auth-server): improved doc for acr aliasing #9438 (#9439)
Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8606bbc - Browse repository at this point
Copy the full SHA 8606bbcView commit details -
feat(jans-cli-tui): deploy Agama Lab community projects (#9370)
* feat(jans-cli-tui): deploy Agama Lab community projects Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <[email protected]> * feat(jans-cli-tui): display agama project url after deployment Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): rename agama upload project button Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): typo Signed-off-by: Mustafa Baser <[email protected]> * chore(jans-cli-tui): agama display options in dialog Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): update agama deployment docs for online deployment Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adfd926 - Browse repository at this point
Copy the full SHA adfd926View commit details -
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc02c6f - Browse repository at this point
Copy the full SHA cc02c6fView commit details
Commits on Sep 11, 2024
-
fix: update wrong clause (#9454)
fix: update wrong clause #9181 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ec8afc - Browse repository at this point
Copy the full SHA 9ec8afcView commit details -
feat: allow specifying scopes during execution of authz url (#9452)
* feat: allow specifying scopes during execution of authz url Signed-off-by: Arnab Dutta <[email protected]> * feat: allow specifying scopes during execution of authz url Signed-off-by: Arnab Dutta <[email protected]> * feat: code fix Signed-off-by: Arnab Dutta <[email protected]> --------- Signed-off-by: Arnab Dutta <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82ea7df - Browse repository at this point
Copy the full SHA 82ea7dfView commit details -
fix(jans-trap): Next Month Arrow is Hidden in calender of client expi…
…ry date input while register new OIDC client (#9451) fix:Next Month Arrow is Hidden in calender of client expiry date input while register new OIDC client Signed-off-by: Jatin Mehta <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a75640 - Browse repository at this point
Copy the full SHA 6a75640View commit details -
fix(jans-linux-setup): jans ldap link server (#9457)
* fix(jans-linux-setup): jans ldap link server Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-linux-setup): jans ldap link server Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): ldap link server arg and var name fixes Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14c854a - Browse repository at this point
Copy the full SHA 14c854aView commit details -
fix(jans-auth-server): when arc is changed to agama flow fails with A…
…crChangedException #9374 (#9458) * fix(jans-auth-server): when arc is changed to agama flow fails with AcrChangedException #9374 Signed-off-by: YuriyZ <[email protected]> * removed debug line Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 664b866 - Browse repository at this point
Copy the full SHA 664b866View commit details -
fix(jans-cli-tui): asset issues (#9441)
* fix(jans-cli-tui): asset fileName Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): don't ask file name when editing asset Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): update assets docs Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): allow re-upload asset when edtiting Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): asset service Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): focus if deletation error popup raises in asset Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6722b5 - Browse repository at this point
Copy the full SHA b6722b5View commit details -
fix(jans-linux-setup): ruamel.yaml fixes (#9462)
* fix(jans-linux-setup): ruamel.yaml fixes Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): newest ruamel.yaml compatibility Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39ba40a - Browse repository at this point
Copy the full SHA 39ba40aView commit details
Commits on Sep 12, 2024
-
docs(SCIM config): update the configuration guides for SCIM #9337 (#9402
) * docs(scim): updated user management Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(scim): updated group management Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(scim): removed auto created jans-chip .gradle files Signed-off-by: Mobarak Hosen Shakil <[email protected]> --------- Signed-off-by: Mobarak Hosen Shakil <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c4aa9e - Browse repository at this point
Copy the full SHA 4c4aa9eView commit details -
fix(jans-cli-tui): scim patch operation (#9474)
* fix(jans-cli-tui): scim patch operation Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): scim user patch Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): sample PatchRequest for scim Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5584e9f - Browse repository at this point
Copy the full SHA 5584e9fView commit details -
fix(config-ap): lock audit endpoint parameter declaration error#9460 (#…
…9473) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 404b5bb - Browse repository at this point
Copy the full SHA 404b5bbView commit details -
feat(jans-lock): structuring Cedarling MVP according to the anatomy p…
…rovided (#9455) * chore!(chedarling) rename authz to authz_engine Signed-off-by: Oleh Bohzok <[email protected]> * chore!(chedarling) rename jwt to jwt_engine Signed-off-by: Oleh Bohzok <[email protected]> * chore!(chedarling) move init_engine to engines folder Signed-off-by: Oleh Bohzok <[email protected]> * chore!(chedarling) move jwt_engine to engines folder Signed-off-by: Oleh Bohzok <[email protected]> * chore!(chedarling) move authz_engine to engines folder Signed-off-by: Oleh Bohzok <[email protected]> * chore!(chedarling) move cedarling_python to bindings folder Signed-off-by: Oleh Bohzok <[email protected]> * feat!(cedarling): created crate cedarling, to be main entry to all services Signed-off-by: Oleh Bohzok <[email protected]> * chore!(cedarling) rename authz_run to cedarling_run Signed-off-by: Oleh Bohzok <[email protected]> * doc(cedarling): added in cedarling_run example to TokenMapper about extract the "role" claim from the userinfo token Signed-off-by: Oleh Bohzok <[email protected]> * feat(cedarling_python): add `init` function interface for Python bindings - Incorporate `init` binding to Python module - Rename `Authz` constructor to `init` in API docs - Update import statements for new functionality - Update python example - Enhance README with init function usage example Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): add to gitignore file coverage.txt Signed-off-by: Oleh Bohzok <[email protected]> * test(cedarling): PolicyStoreConfig now includes unit tests Tests cover policy parsing from JSON, reading from file and error handling. Excluded loading policy from URI in unit tests as it's closer to integration testing. Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): fix mistype in comment Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): add to gitignore file coverage lcov.info Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): remove unused errors from AuthzNewError Clean up the AuthzNewError by removing errors that are no longer in use. This prepares the codebase for future additions, as we anticipate handling new errors during Authz initialization. Signed-off-by: Oleh Bohzok <[email protected]> * tests(cedarling): added success test case for Authz Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): remove unused file Signed-off-by: Oleh Bohzok <[email protected]> * tests(cedarling): added test cases to cover various Authz error scenarios Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): remove unused macros to increase coverage rate Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): add info about generating rust code coverage Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): updated paths to the demo files Signed-off-by: Oleh Bohzok <[email protected]> * docs(cedarling): added information about running rust tests Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): minor refactor, remove error handling because using static type name Signed-off-by: Oleh Bohzok <[email protected]> * chore(cedarling): update gitignore to skip test_profile.profraw files Signed-off-by: Oleh Bohzok <[email protected]> * tests(cedarling): added tests that checks schema on init app. - base64 incorrect - schema incorrect Signed-off-by: Oleh Bohzok <[email protected]> * tests(cedarling): added tests that checks policy on init app. - base64 incorrect - schema incorrect Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): remove using old name authz_run in README files and use cedarling_run instead Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): added note about files that is used in unit tests Signed-off-by: Oleh Bohzok <[email protected]> * fix(jans-lock) fix crates (packages) version, set to 1.1.5 Due to the monorepo policy the edition must start from the version it starts with in janssen so in this case it would be 1.1.5 Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9e9808 - Browse repository at this point
Copy the full SHA e9e9808View commit details -
fix(jans-cli-tui): duplicate schema names in info (#9481)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3941c - Browse repository at this point
Copy the full SHA 4e3941cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97493c8 - Browse repository at this point
Copy the full SHA 97493c8View commit details
Commits on Sep 13, 2024
-
feat(cedarling): add an example application using python binding (#9479)
* feat(jans-lock): add example using python poetry Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): add README file for binding folder Signed-off-by: Oleh Bohzok <[email protected]> * fix(jans-lock): fix version of example Due to the monorepo policy the edition must start from the version it starts with in janssen so in this case it would be `1.1.5` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): moved poetry example to the `examples` folder Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): fix relative path to readme file Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): removed redundant whitespace Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): fix input text in the poetry example Signed-off-by: Oleh Bohzok <[email protected]> * docks(jans-lock): updated poetry readme file. Fixed and updates notes about whl file Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc71c51 - Browse repository at this point
Copy the full SHA fc71c51View commit details -
fix(jans-tarp): next Month Arrow is Hidden in calander (#9477)
* fix:Next Month Arrow is Hidden in calender of client expiry date input while register new OIDC client Signed-off-by: Jatin Mehta <[email protected]> * fix: update css in calender view Signed-off-by: Jatin Mehta <[email protected]> --------- Signed-off-by: Jatin Mehta <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5775da2 - Browse repository at this point
Copy the full SHA 5775da2View commit details -
feat(jans-auth-server): updated tx_token implementation to latest tx …
…spec 9-Sep-2024 #9352 (#9482) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9da5c1f - Browse repository at this point
Copy the full SHA 9da5c1fView commit details -
feat(jans-lock): add endpoints to allow send bulk audit data (#9488)
* feat(jans-config-api): allow bulk audit data upload Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-config-api): add lock bulk audit endpoints Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-lock): use JsonNode instead of JSONObject Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-config-api): merge from main Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-config-api): merge from main Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9611711 - Browse repository at this point
Copy the full SHA 9611711View commit details -
feat(jans-config-api): update schema to conform code (#9490)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3838b - Browse repository at this point
Copy the full SHA 0f3838bView commit details -
feat(jans-conf-api): evaluationTimeNs should be integer (#9492)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b911a7 - Browse repository at this point
Copy the full SHA 5b911a7View commit details -
fix(terraform-provider-jans): update terraform module (#9464)
* fix(terraform-provider-jans): update terraform provider Signed-off-by: moabu <[email protected]> * fix: fix references for acr and app configuration Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c15ccfe - Browse repository at this point
Copy the full SHA c15ccfeView commit details
Commits on Sep 16, 2024
-
feat(jans-lock): cedarling code refactoring to improve its readabilit…
…y and maintainance (#9493) * feat!(jans-lock): remove cedarling code Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): created empty cedarling crate, with default parameters Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add auth module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add init module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add jwt module Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-lock): added readme file Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): added license notice Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add test module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add lock module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add models module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-lock): add log module Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9d2bc - Browse repository at this point
Copy the full SHA af9d2bcView commit details -
chore: sync assets for OCI images (#9497)
* chore: sync assets for OCI images Signed-off-by: iromli <[email protected]> * chore(docker-jans-casa): cleanup code --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b07e84 - Browse repository at this point
Copy the full SHA 4b07e84View commit details -
chore(release): release 1.1.5 (#9499)
* chore(release): release 1.1.5 Signed-off-by: moabu <[email protected]> * chore(release): update Dockerfile source version Signed-off-by: moabu <[email protected]> * chore: update Dockerfile * fix: missing pip package Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72593e0 - Browse repository at this point
Copy the full SHA 72593e0View commit details
Commits on Sep 17, 2024
-
chore(release): prep work for 1.1.6-SNAPSHOT and dev (#9516)
chore: release 1.1.6 SNAPSHOT Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cbfeed - Browse repository at this point
Copy the full SHA 2cbfeedView commit details -
feat(jans-auth-server): added dedicated deviceSessionLifetime conf pr…
…operty #7010 (#9513) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df0fb3d - Browse repository at this point
Copy the full SHA df0fb3dView commit details
Commits on Sep 18, 2024
-
docs: update README.md for Lock changes (#9509)
Updated README - Jans Lock and intro edit. Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 016bf37 - Browse repository at this point
Copy the full SHA 016bf37View commit details
Commits on Sep 19, 2024
-
docs(config): logging config documentation update (#9109)
* docs(loggin): logging config update changes Signed-off-by: ossdhaval <[email protected]> * docs(logging): fix loggin document format Signed-off-by: ossdhaval <[email protected]> * docs(logging): update detail of TUI Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d60da8e - Browse repository at this point
Copy the full SHA d60da8eView commit details -
feat(jans-linux-setup): turn off update profile on first login for th…
…e review profile step in the first broker login flow (#9522) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b4f5cf - Browse repository at this point
Copy the full SHA 9b4f5cfView commit details -
fix(jans-auth-server): new jans server installation show null in plac…
…e of client_name #9415 (#9523) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23ef80c - Browse repository at this point
Copy the full SHA 23ef80cView commit details -
feat(jans-auth): update SG script to conform API (#9541)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc7afcd - Browse repository at this point
Copy the full SHA dc7afcdView commit details -
fix(jans-cli-tui): hide realm in idp setup (#9538)
* fix(jans-cli-tui): hide realm in idp setup Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): update IDP for TUI Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6580d48 - Browse repository at this point
Copy the full SHA 6580d48View commit details
Commits on Sep 20, 2024
-
feat(jans-auth): update SG script to conform API (#9551)
* feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Co-authored-by: Yuriy M. <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 661b380 - Browse repository at this point
Copy the full SHA 661b380View commit details -
* feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-auth): update SG script to conform API Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 607a16f - Browse repository at this point
Copy the full SHA 607a16fView commit details
Commits on Sep 21, 2024
-
feat(config-api): client token mgt endpoint (#9554)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4bcaad - Browse repository at this point
Copy the full SHA f4bcaadView commit details
Commits on Sep 23, 2024
-
refactor(jans-cedarling): move cedarling top level (#9564)
* refactor: move cedarling top level Signed-off-by: moabu <[email protected]> * ci: update labels schema Signed-off-by: moabu <[email protected]> --------- Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c03344a - Browse repository at this point
Copy the full SHA c03344aView commit details -
docs: add license header instruction to contribution guide (#9500)
* docs:add license header instrucstion Signed-off-by: ossdhaval <[email protected]> * docs: add license header and CLA section Signed-off-by: ossdhaval <[email protected]> * docs: add link to the CLA file Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dcd3a3 - Browse repository at this point
Copy the full SHA 4dcd3a3View commit details -
feat (cedarling): Log Startup message (#9546)
chore(jans-cedarling): move `cedarling` from `jans-lock` to `jans-cedarling` top level Squash all previous changes: chore(jans-cedarling): refactor, improve organization of config entity imports docs(jans-cedarling): add to README how to generate documentation chore(jans-cedarling): rename unexported field in the writer feat(jans-cedarling): add Authz to the Cedarling instance feat(jans-cedarling): add Cedarling instance docs(jans-cedarling): fix docstring test(jans-cedarling): fix log/test, import LogWriter docs(jans-cedarling): added to README information how to run unit tests test(jans-cedarling): move unit test for LogStrategy to log/test module docs(jans-cedarling): added to README information how to get code-coverage test(jans-cedarling): add unit test for LogStrategy test(jans-cedarling): add unit test for MemoryLogger chore(jans-cedarling): make fields in AuthorizationLogInfo struct public test(jans-cedarling): add unit test for StdOutLogger docs(jans-cedarling): added README to log module chore(jans-cedarling): add note about using uuids in different situation docs(jans-cedarling): improved README, added not about `log_init.rs` file. And information about each log type. chore(jans-cedarling): fix clippy warnings about doc identation chore(jans-cedarling): fix clippy warnings docs(jans-cedarling): improved documentation in the log crate. docs(jans-cedarling): add links to the bootstrap properties in the documentation docs(jans-cedarling): improved documentation in the log crate. Made it public to see message from autogenerated documentation page chore(jans-cedarling): remove unused imports chore(jans-cedarling): add macros allow(dead_code) to the Authz struct chore(jans-cedarling): refactor make StdOutLogger more simple chore(jans-cedarling): refactor to use imported names for shorter match cases feat(jans-cedarling): add example of run cedarling Authz and updated Readme chore(jans-cedarling): refactor implementation MemoryLogger method log chore(jans-cedarling): rename method get_logs to get_log_ids according to last changes in the `Final Cedarling Log Design` chore(jans-cedarling): change name on init Authz chore(jans-cedarling): add derive Clone, Copy to the LogType and MemoryLogConfig chore(jans-cedarling): added doc message to MemoryLogConfig chore(jans-cedarling): add documentation notes for LogStrategy chore(jans-cedarling): add copyright note chore(jans-cedarling): add simple Authz with initialization logger service chore(jans-cedarling): add init_logger function chore(jans-cedarling): fix missed documentation chore(jans-cedarling): initialize logger using configuration settings chore(jans-cedarling): add configs for logger chore(jans-cedarling): add LogStrategy to unify multiple implementations under a common API chore(jans-cedarling): add MemoryLogger chore(jans-cedarling): add MemoryLogger and implement LogWriter trait chore(jans-cedarling): make LogEntry properties public chore(jans-cedarling): added to sparkv error text error message chore(jans-cedarling): added сopyright note to sparkv chore(jans-cedarling): added StdOutLogger chore(jans-cedarling): added NopLogger, that do nothing. chore(jans-cedarling): added log interfaces chore(jans-cedarling): added log LogEntry struct and related to it. feat(jans-cedarling): added fork of the SparKV as is Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed80ee6 - Browse repository at this point
Copy the full SHA ed80ee6View commit details -
fix: update jansExtUid regardless of skipProfileUpdate value (#9566)
fix: update jansExtUid regardless of skipProfileUpdate value #9558 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dabf7f5 - Browse repository at this point
Copy the full SHA dabf7f5View commit details -
chore: remove id_token_hint from logout url (#9567)
chore: remove id_token_hint from logout url #9562 Signed-off-by: jgomer2001 <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46d2027 - Browse repository at this point
Copy the full SHA 46d2027View commit details
Commits on Sep 24, 2024
-
feat(jans-lock): rename Lock Master to Lock Server (#9573)
feat(jans-lock): rename Lock Master to Lock Server #9572 Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f02d7e6 - Browse repository at this point
Copy the full SHA f02d7e6View commit details -
fix(jans-fido): correct display name for fido interception script #9485…
… (#9574) Signed-off-by: shekhar16 <[email protected]> Co-authored-by: Devrim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b3ff7a - Browse repository at this point
Copy the full SHA 1b3ff7aView commit details -
fix(jans-auth-server): typo in forceIdTokenHintPrecense, precense -> …
…presence #9559 (#9580) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dcb12b - Browse repository at this point
Copy the full SHA 8dcb12bView commit details -
feat(jans-orm): add CB cluster option waitUntilReady support #9570 (#…
…9571) * feat(jans-orm): add CB cluster option waitUntilReady support Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-orm): add CB cluster option waitUntilReady support Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 779582f - Browse repository at this point
Copy the full SHA 779582fView commit details -
fix: changes in passkey script (#9582)
fix:changes in passkey script Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9082677 - Browse repository at this point
Copy the full SHA 9082677View commit details -
chore: update labels in fido2 page (#9585)
chore: update labels #9544 Signed-off-by: jgomer2001 <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57f3e30 - Browse repository at this point
Copy the full SHA 57f3e30View commit details
Commits on Sep 25, 2024
-
feat(jans-cedarling): Policy Store: Parse Schema and Policies (#9575)
* feat(jans-cedarling): add PolicyStore and field schema. Also added decoding from json. Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add unit tests to check `parse_cedar_schema` (deserialize cedar schema from json) Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add docs for PolicyStore Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add loading policy store based on config Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add loading policy store to Cedarling Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): rename LogType to LogTypeConfig Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix `log_init` example after updating config Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add allow(dead_code) on schema Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add copyright notice Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add README to init module Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add README to authz module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): update message in ErrorLoadPolicyStore::MoreThanOnePolicy Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comments to Cedarling::new Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove unnecessary code Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): in README removed `Cedarling bindings` section Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): move position of PolicyStoreMap to be first Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, move errors messages to the enum Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66c5159 - Browse repository at this point
Copy the full SHA 66c5159View commit details -
feat(config-api): session and token endpoint (#9595)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e04e105 - Browse repository at this point
Copy the full SHA e04e105View commit details
Commits on Sep 26, 2024
-
feat(docker-jans-saml): turn off profile update on first login (#9561)
* feat(docker-jans-saml): turn off profile update on first login Signed-off-by: iromli <[email protected]> * refactor(docker-jans-saml): remove code smell Signed-off-by: iromli <[email protected]> * refactor(docker-jans-saml): remove unnecessary logging message Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d480e81 - Browse repository at this point
Copy the full SHA d480e81View commit details -
fix(jans-pycloudlib): couchbase client exec_query doesn't support tim…
…eout option (#9519) Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34c6899 - Browse repository at this point
Copy the full SHA 34c6899View commit details -
feat(jans-cedarling): Policy Store: Parse Policies - both valid and i…
…nvalid (#9584) * feat(jans-cedarling): added parsing policy to get `cedar_policy::PolicySet` Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add unit tests to parse_policy_set Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add doc string to the `load_policy_store_map` function Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, move errors messages to the enum Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add compare full string in `test_read_cedar_error`, so it should be better Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, rename entites to be more descriptive Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add compare full string in `test_policy_error`, so it should be better Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, rename ParsePolicySetErrMsg to ParsePolicySetMessage to be more descriptive Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, rename ParceCedarSchemaErrMsg to ParceCedarSchemaSetMessage to be more descriptive Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea17aee - Browse repository at this point
Copy the full SHA ea17aeeView commit details -
fix(jans-auth-server): added operationId to /ssa/validate swagger (#9601
) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76c7466 - Browse repository at this point
Copy the full SHA 76c7466View commit details
Commits on Sep 27, 2024
-
feat(jans-tarp): Show loader in jans tarp on Submit/Add form until re…
…sponse comes from API. (#9603) feat: hide loader when tab is closed Signed-off-by: Jatin Mehta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6fcec1 - Browse repository at this point
Copy the full SHA e6fcec1View commit details -
refactor(docs): minor re-organisation of documentation sections (#9583)
* refactor(docs): move `cedarling` to top-level Signed-off-by: ossdhaval <[email protected]> * refactor(docs): move `Contributing` and `governance` Move these sections to the right Signed-off-by: ossdhaval <[email protected]> * refactor(docs): rename `administration` section to `Janssen Server` Signed-off-by: ossdhaval <[email protected]> * refactor(docs): rename `admin` to `janssen-server` Signed-off-by: ossdhaval <[email protected]> * docs(url): fix url issue Signed-off-by: ossdhaval <[email protected]> * docs(url): jans fix url issue Signed-off-by: ossdhaval <[email protected]> * fix(docs): jans fix url issue Signed-off-by: ossdhaval <[email protected]> * Revert "refactor(docs): rename `admin` to `janssen-server`" This reverts commit bd69a69. Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 002249d - Browse repository at this point
Copy the full SHA 002249dView commit details -
refactor(docs): rename
admin
tojanssen-server
(#9612)Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 133daa4 - Browse repository at this point
Copy the full SHA 133daa4View commit details -
feat(config-api): enhancement to fido2 delete endpoint, revoke sessio…
…n endpoint and added new fetch session endpoint (#9614) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f46fe6b - Browse repository at this point
Copy the full SHA f46fe6bView commit details
Commits on Sep 30, 2024
-
feat(orm): update ORM drivers #9618 (#9619)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9984ce0 - Browse repository at this point
Copy the full SHA 9984ce0View commit details -
test(config-api): marked ignore for failing test case (#9616)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfba964 - Browse repository at this point
Copy the full SHA bfba964View commit details -
fix(jans-auth-server): prevent rxss #9613 (#9620)
Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dfe0ff - Browse repository at this point
Copy the full SHA 0dfe0ffView commit details -
feat(jans-cedarling): add python bindings (#9607)
* feat(jans-cedarling): add empty cedarling_python module that contain the binding to the python Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for AuthzConfig Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for MemoryLogConfig Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for OffLogConfig Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for StdOutLogConfig Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add README to python config module Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for PolicyStoreSource Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for PolicyStoreConfig Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for BootstrapConfig Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix clippy warns after update clippy Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): make Cedarling implement Send + Sync to allow safely share between threads It is necessary for python bindings Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding for Cedarling instance Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add information about how to build python bindings Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add information about how to read documentation Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add information about location python bindings Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): fix doc message Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): fix doc message Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): added information about python types definitions Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove bad comment Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): set to raise TypeError when set incorrect LogConfig Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): improve error messages in the ParsePolicySetMessage Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add pytest unit tests for cedarling python Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add information how to run python unit tests Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add with statement to python test test_load_policy_store Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add with statement to python example file Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove outdated comment Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix use expect instead of panic Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): rename enum messages cases to usual rust naming Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): fix spelling in README file Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): make PyValueError message better for PolicyStoreConfig and AuthzConfig Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): rename python OffLogConfig to DisabledLoggingConfig Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): in readme merge section Prerequisites and Installing the Python Library Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): Changes to the python types documentation docs(jans-cedarling): update docstring for python AuthzConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python BootstrapConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python MemoryLogConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python DisabledLoggingConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python PolicyStoreConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python PolicyStoreSource Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python StdOutLogConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python Cedarling Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python PolicyStoreConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python MemoryLogConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python BootstrapConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): update docstring for python AuthzConfig Signed-off-by: Oleh Bohzok <[email protected]> docs(jans-cedarling): generate new PYTHON_TYPES.md Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix minimal cedarling version Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d78b66 - Browse repository at this point
Copy the full SHA 2d78b66View commit details -
chore: skip plugin build (#9594)
* chore: skip plugin build #9591 Signed-off-by: jgomer2001 <[email protected]> * fix: adjust supported casa plugins Signed-off-by: Mohammad Abudayyeh <[email protected]> * chore: remove agama project from plugin entry Signed-off-by: Mohammad Abudayyeh <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]> Signed-off-by: Mohammad Abudayyeh <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df79335 - Browse repository at this point
Copy the full SHA df79335View commit details -
feat(jans-orm): use protobuf-java defined in upstream dependecies (#9626
) Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9d206f - Browse repository at this point
Copy the full SHA e9d206fView commit details
Commits on Oct 1, 2024
-
fix(docs): Update Cedarling content (#9629)
* docs: cedarling documenation and diagram updates * docs: added notes on log record types --------- Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ed1517 - Browse repository at this point
Copy the full SHA 0ed1517View commit details -
fix(docs): fix broken links (#9623)
* fix(docs): jans fix url issue Signed-off-by: ossdhaval <[email protected]> * fix(docs): jans fix url issue Signed-off-by: ossdhaval <[email protected]> * fix(docs): jans fix url issue Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]> Signed-off-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dca6d73 - Browse repository at this point
Copy the full SHA dca6d73View commit details -
fix(docs): add missing hash for Python 3.11 (#9628)
Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7f4a70 - Browse repository at this point
Copy the full SHA c7f4a70View commit details -
chore: update scorecard workflow (#9632)
ci: update scorecard version Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eaf321e - Browse repository at this point
Copy the full SHA eaf321eView commit details -
fix(jans-linux-setup): remove admin group (#9633)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce41cff - Browse repository at this point
Copy the full SHA ce41cffView commit details -
fix(jans-linux-setup): import ruamel in fucntion read_yaml_file() (#9637
) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 012c29c - Browse repository at this point
Copy the full SHA 012c29cView commit details
Commits on Oct 2, 2024
-
fix(jans-linux-setup): remove references of the admin group #9646 (#9647
) * fix(jans-linux-setup): remove jansManagerGrp from base Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): delete unused script Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e7b579 - Browse repository at this point
Copy the full SHA 5e7b579View commit details
Commits on Oct 3, 2024
-
chore(cloud-native): sync assets and dependencies (#9606)
* chore(cloud-native): sync assets and dependencies Signed-off-by: iromli <[email protected]> * chore(cloud-native): update jans-couchbase.properties template Signed-off-by: iromli <[email protected]> * fix: remove admin group Signed-off-by: iromli <[email protected]> * fix: remove references to unused admin group Signed-off-by: iromli <[email protected]> * chore(cloud-native): sync upstream assets Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 538ce59 - Browse repository at this point
Copy the full SHA 538ce59View commit details -
fix(jans-cli-tui): mime-type check (#9650)
* fix(jans-cli-tui): mime-type check Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): get open-id configuration Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a2f980 - Browse repository at this point
Copy the full SHA 0a2f980View commit details -
docs: fix wrong Agama engine paths (#9662)
docs: fix wrong paths #9661 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b62acb - Browse repository at this point
Copy the full SHA 4b62acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc337e - Browse repository at this point
Copy the full SHA cfc337eView commit details
Commits on Oct 4, 2024
-
feat(jans-bom): update spanner libs (#9668)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71bba37 - Browse repository at this point
Copy the full SHA 71bba37View commit details -
feat(config-api): custom asset mgt enhancement for asset dir mapping (#…
…9665) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4d6e20 - Browse repository at this point
Copy the full SHA b4d6e20View commit details
Commits on Oct 8, 2024
-
feat(jans-cedarling): parse access_token -- create access token and C…
…lient entity (#9631) * feat(jans-cedarling): add jwt config Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add parsing the access_token Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactoring make names more simple Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove unused comment Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add test cases for entities/create Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): added DI container and refactored configuration types Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): added python bindings for authorize method Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): fix doctest for `di` Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): update documentation for python binding, left only triple backtick without following the language and generated ned documentation for python Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): updated name for test case to successful_scenario Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): removed comment Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): removed unnecessary space on print string Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): fix fork link for `di` crate Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add parsing cedar schema to `CedarSchemaJson` structure Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): fix python test cases Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix clippy issues Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8087e03 - Browse repository at this point
Copy the full SHA 8087e03View commit details -
docs: split apart Cedarling Docs into Multiple Pages (#9670)
* docs: Updated Cedarling Docs * docs: Updated Mkdocs Navidation * docs: proofreading changes Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]> Co-authored-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91b6874 - Browse repository at this point
Copy the full SHA 91b6874View commit details -
docs(docker-compose): update docs to be more comprehensive (#9658)
* docs(docker-compose): show case different persistence options available Signed-off-by: Amro Misbah <[email protected]> * fix(docker-compose): remove unused variable Signed-off-by: Amro Misbah <[email protected]> * fix(docker-compose): this looks duplicate. repeated 3 lines above Signed-off-by: Amro Misbah <[email protected]> * docs: some fixes Signed-off-by: Amro Misbah <[email protected]> --------- Signed-off-by: Amro Misbah <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63e3e00 - Browse repository at this point
Copy the full SHA 63e3e00View commit details -
feat(jans-orm): redefine protobuf-java version (#9688)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8657118 - Browse repository at this point
Copy the full SHA 8657118View commit details
Commits on Oct 9, 2024
-
docs: update account-linking-index.md (#9542)
Update account-linking-index.md `-Dacr` value should be "agama_io.jans.casa.authn.acctlinking", not "io.jans.casa.authn.acctlinking" Signed-off-by: mzico <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907034c - Browse repository at this point
Copy the full SHA 907034cView commit details -
docs(jans-cedarling): add python docs (#9691)
* docs(jans-cedarling): add python readme Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): more docs for python Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): fix policy store instructions Signed-off-by: SafinWasi <[email protected]> --------- Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 345a227 - Browse repository at this point
Copy the full SHA 345a227View commit details
Commits on Oct 10, 2024
-
fix(docs): update old tui command with new
jans
wrapper version (#9709) fix(docs): update tui command Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a924902 - Browse repository at this point
Copy the full SHA a924902View commit details -
fix(docs): update customization doc for asset intake details (#9695)
fix(docs): update customize web page Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffb3654 - Browse repository at this point
Copy the full SHA ffb3654View commit details -
chore(jans-keyclokak-integration): update dependencies causing securi…
…ty vulnerabilities #9712 (#9713) * fix(jans-linux-setup): improper scim configuration for jans kc #8210 * updated the keycloak configuration file to reflect the configuration for the storage-spi Signed-off-by: Rolain Djeumen <[email protected]> * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315 Signed-off-by: Rolain Djeumen <[email protected]> * chore(jans-keycloak-integration): update dependencies causing security vulns Signed-off-by: Rolain Djeumen <[email protected]> * chore: update keycloak Signed-off-by: moabu <[email protected]> --------- Signed-off-by: Rolain Djeumen <[email protected]> Signed-off-by: moabu <[email protected]> Co-authored-by: YuriyZ <[email protected]> Co-authored-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd0cf7f - Browse repository at this point
Copy the full SHA cd0cf7fView commit details -
feat(jans-cedarling): Parse Cedar Schema for Access Token and Workloa…
…d entities (#9694) * feat(jans-cedarling): added real authorize request and dynamic parse entities from access_token Signed-off-by: Oleh Bohzok <[email protected]> chore(jans-cedarling): prepare to rebase Signed-off-by: Oleh Bohzok <[email protected]> feat(jans-cedarling): added real authorize request and dynamic parse entities from access_token Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add crate to better unit testing Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add test cases on creating entities Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): bugfix, mistype after fix clippy issues Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add log of authorization request Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add documentation how to run the `authorize` example file Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): spell fix Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove python binding to `authorize` method. Will be implemented in further PR Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): update metadata for AccessTokenMeta, use `jti` field for entity id Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d3474b - Browse repository at this point
Copy the full SHA 8d3474bView commit details
Commits on Oct 11, 2024
-
* feat(jans-core): associate document with one service #9704 Signed-off-by: Yuriy Movchan <[email protected]> * feat(config-api): associate document with one service #9704 Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Signed-off-by: pujavs <[email protected]> Co-authored-by: pujavs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2eef7b - Browse repository at this point
Copy the full SHA c2eef7bView commit details -
fix(docs): navigation for Cedarling (#9721)
Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5be7c7a - Browse repository at this point
Copy the full SHA 5be7c7aView commit details -
feat(jans-pycloudlib): remove support for ldap persistence (#9729)
Signed-off-by: iromli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 595fff6 - Browse repository at this point
Copy the full SHA 595fff6View commit details
Commits on Oct 14, 2024
-
fix(jans-linux-setup): fix logmanager.sh (#9735)
Update logmanager.sh Refactoring log manager script for Janssen setup Signed-off-by: mzico <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bea6ffc - Browse repository at this point
Copy the full SHA bea6ffcView commit details -
fix(jans-linux-setup): mysql backend with setup.properties (#9738)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75df2bf - Browse repository at this point
Copy the full SHA 75df2bfView commit details -
feat(jans-config-api): remove session_id from API and use sid in API …
…instead (#9739) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove sessionId Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session enhancement for removing id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 009a987 - Browse repository at this point
Copy the full SHA 009a987View commit details -
chore(jans-linux-setup): remove ldap (#9733)
* chore(jans-linux-setup): remove ldap Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-linux-setup): remove ldap related informations Signed-off-by: Mustafa Baser <[email protected]> * chore(jans-linux-setup): remove opendj schema files Signed-off-by: Mustafa Baser <[email protected]> * chore(jans-linux-setup): drop unused modules in rdbm installer Signed-off-by: Mustafa Baser <[email protected]> * chore(jans-linux-setup): code smells Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f3b30e - Browse repository at this point
Copy the full SHA 5f3b30eView commit details
Commits on Oct 15, 2024
-
feat(jans-cedarling): add type hints for cedarling_python (#9725)
* feat(jans-cedarling): add type hints for cedarling_python Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix mypy errors Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove from tox.ini python version lower than 3.10 Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7b9742 - Browse repository at this point
Copy the full SHA b7b9742View commit details -
fix(jans-linux-setup): suse mysql version 8.0.39 (#9746)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39c1ffa - Browse repository at this point
Copy the full SHA 39c1ffaView commit details -
feat(cloud-native)!: remove support for ldap persistence (#9669)
* feat(cloud-native): remove support for ldap persistence Signed-off-by: iromli <[email protected]> * chore(cloud-native): partially remove ldap support from OCI images Signed-off-by: iromli <[email protected]> * fix(docker-jans-scim): remove invalid conditional block Signed-off-by: iromli <[email protected]> * chore(cloud-native): partially remove ldap-related code Signed-off-by: iromli <[email protected]> * feat(cloud-native): add support to migrate from ldap to sql Signed-off-by: iromli <[email protected]> * chore: add notes for ldap3 library Signed-off-by: iromli <[email protected]> * chore: remove ldap-related configuration Signed-off-by: iromli <[email protected]> * chore: remove ldap-related configuration Signed-off-by: iromli <[email protected]> * chore(charts): remove ldap support from janssen chart Signed-off-by: iromli <[email protected]> * chore(charts): remove ldap support from janssen-all-in-one chart Signed-off-by: iromli <[email protected]> * chore(charts): remove unsupported storageClass Signed-off-by: iromli <[email protected]> * docs(cloud-native): update reference docs for k8s env Signed-off-by: iromli <[email protected]> * fix(charts): resolve incorrect conditional block Signed-off-by: iromli <[email protected]> * chore(monolith): remove ldap support Signed-off-by: iromli <[email protected]> * chore(automation): remove ldap support for cloud-native installation Signed-off-by: iromli <[email protected]> * fix(automation): resolve path to k8s reference Signed-off-by: iromli <[email protected]> * chore(workflow): remove LDAP support from microk8s workflow Signed-off-by: iromli <[email protected]> * chore(jans-pycloudlib): revert local changes in favor of main branch Signed-off-by: iromli <[email protected]> * chore: update JANS_SOURCE_VERSION Signed-off-by: iromli <[email protected]> * chore: add missing logger for com.couchbase.client Signed-off-by: iromli <[email protected]> * docs: initial removal of opendj from CN docs Signed-off-by: moabu <[email protected]> * docs: removal of opendj from docs Signed-off-by: moabu <[email protected]> * fix: add missing storageClass Signed-off-by: iromli <[email protected]> * docs: removal of ldap from docs Signed-off-by: Amro Misbah <[email protected]> * chore: update JANS_SOURCE_VERSION Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Signed-off-by: moabu <[email protected]> Signed-off-by: Amro Misbah <[email protected]> Signed-off-by: Isman Firmansyah <[email protected]> Co-authored-by: moabu <[email protected]> Co-authored-by: Amro Misbah <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c55975 - Browse repository at this point
Copy the full SHA 2c55975View commit details -
fix(jans-linux-setup): jans cli corrections 9710 (#9747)
* fix(jans-linux-setup): jans cli argument Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): add opt folder to profile path Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc84a90 - Browse repository at this point
Copy the full SHA cc84a90View commit details -
feat(jans-auth-server): spontaneous scope description should have sco…
…peId instead of object identification #9751 (#9752) Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 013d547 - Browse repository at this point
Copy the full SHA 013d547View commit details -
feat(jans-orm): add search support in json path (#9755)
Signed-off-by: Yuriy Movchan <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8d355e - Browse repository at this point
Copy the full SHA d8d355eView commit details -
feat(jans-orm): add search support in json path (#9759)
* feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-orm): add search support in json path Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c69a4c - Browse repository at this point
Copy the full SHA 5c69a4cView commit details
Commits on Oct 16, 2024
-
fix(jans-cli-tui): config-api configuration (#9766)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 132fffb - Browse repository at this point
Copy the full SHA 132fffbView commit details -
feat(jans-orm): fix like_regex in json array (#9773)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60f2f2f - Browse repository at this point
Copy the full SHA 60f2f2fView commit details -
chore(jans-keycloak-integration): downgrade kc version to 25.0.6 #9767 (
#9769) * fix(jans-linux-setup): improper scim configuration for jans kc #8210 * updated the keycloak configuration file to reflect the configuration for the storage-spi Signed-off-by: Rolain Djeumen <[email protected]> * chore(jans-keycloak-integration): bump kc version to 24.0.0 #8315 Signed-off-by: Rolain Djeumen <[email protected]> * chore(jans-keycloak-integration): update dependencies causing security vulns Signed-off-by: Rolain Djeumen <[email protected]> * chore(jans-keycloak-integration): downgrade kc version to 25.0.6 Signed-off-by: Rolain Djeumen <[email protected]> --------- Signed-off-by: Rolain Djeumen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 731e12b - Browse repository at this point
Copy the full SHA 731e12bView commit details -
fix(jans-linux-setup): downgrade KC (#9770)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6220e9c - Browse repository at this point
Copy the full SHA 6220e9cView commit details
Commits on Oct 17, 2024
-
docs(jans-lock): add default schema (#9741)
* docs(jans-lock): add default schema Signed-off-by: SafinWasi <[email protected]> * chore: rename files Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): add spiffe_id and rp_id Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): add HTTP actions Signed-off-by: SafinWasi <[email protected]> --------- Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7211df1 - Browse repository at this point
Copy the full SHA 7211df1View commit details -
feat(jans-cedarling): Implement JWT validation for JwtService (#9726)
* refactor(jans-cedarling): split `mod.rs` into `error.rs`, `service.rs` for better organization - Extracted error handling logic into `error.rs` - Moved service-related functionality into `service.rs` - Improved modularity and readability of the JWT module by reorganizing code This refactor improves maintainability by splitting the large `mod.rs` into smaller, focused files. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): update `decode_jwt_without_validation` to use `jsonwebtoken` - Rewrote `decode_jwt_without_validation` to utilize the `jsonwebtoken` crate instead of a custom parser. - Added unit test for `decode_jwt_without_validation`. Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): add JWT validation with configurable KeyService - Implemented optional `KeyService` dependency for `JWTService` to handle key retrieval - `KeyService` is required when `CEDARLING_JWT_VALIDATION` is enabled for JWT signature validation - Added unit test to cover JWT validation behavior with `KeyService` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): implement Into<DecodeJwtError> for jsonwebtoken::errors::Error - Added Into<DecodeJwtError> implementation for jsonwebtoken::errors::Error to streamline error handling. - This allows for easier conversion between the jsonwebtoken error and the custom DecodeJwtError enum. Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement `KeyService` for `JwtService` - Implemented the `KeyService` trait for use with `JwtService` when the `CEDARLING_JWT_VALIDATION` feature is `ENABLED`. - Added a unit test using a mock implementation of `KeyService` to ensure proper functionality. - Moved existing tests from `tests.rs` to the `/test` directory for better organization and maintainability. Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): Improve documentation for JWT service and related components - Added docstrings for `JwtService`, `KeyService`, `MockKeyService`, and associated methods to clarify their functionality and usage. - Improved documentation for tests to outline what they're doing, and associated helper methods/structs. Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): add Apache-2.0 license header to files Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): reject JWT signed with unsupported algorithm - Tokens signed with an algorithm not the bootstrap property, `CEDARLING_JWT_SIGNATURE_ALGORITHMS_SUPPORTED`, should now be automatically rejected. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): simplify tests for JWT Engine - Utility functions in the test utils now automatically uses ES256. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): improve error messages in JWT service - Renamed `jwt::DecodeJwtError` to `jwt::Error`. - Improved specificity and clarity of error messages in the JWT service. - Removed unused variants from the error enum. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): update JwtService initialization to use DependencyMap - Refactored the initialization of JwtService to require a DependencyMap. - JwtService can now be instantiated using the new method: `JwtService::new_with_container(dep_map, JwtConfig)`. - A new method: `JwtService::new(decoding_strategy)` can be used to initialize `JwtService` for unit tests. Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): add example for authorization with JWT validation enabled - Use the following command to run the example: `cargo run -p cedarling --example authorize_with_jwt_validation -- off` Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove unused dependency `jsonwebkey` - Removed `jsonwebkey` from dependencies. It should only be in dev-dependencies since it's only used for tests Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): simplify `map_err` usage - replaced `map_err(|e| Error::error(e))` with `map_err(Error::error)` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move decoding functions out of `DecodingStrategy` impl - relocated `decode_and_validate_jwt` and `decode_jwt_without_validation` to the outside of the `impl DecodingStrategy` block Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): enhance JWT validation and testing - Implement validation logic for `access_token` and `id_token`. - Add unit tests for handling unsupported algorithms during JWT decoding. - Include tests to verify `aud` mismatch between `access_token` and `id_token`. - Update README to reflect new validation features and tests. Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): add comments to clarify some implementations Signed-off-by: rmarinn <[email protected]> --------- Signed-off-by: rmarinn <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c3d656 - Browse repository at this point
Copy the full SHA 5c3d656View commit details -
feat(jans-casa): update bioid plugin (#9774)
* feat(jans-casa): fix bioid flow launching Signed-off-by: SafinWasi <[email protected]> * docs(jans-casa): fix instructions Signed-off-by: SafinWasi <[email protected]> --------- Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af19012 - Browse repository at this point
Copy the full SHA af19012View commit details -
fix: downgrade keycloak version to 25.0.6 (#9775)
* fix(cloud-native): resolve opentelemetry error on keycloak startup Signed-off-by: iromli <[email protected]> * chore: downgrade keycloak version to 25.0.6 Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12c355c - Browse repository at this point
Copy the full SHA 12c355cView commit details -
docs: add release process doc (#9683)
docs: add release process Signed-off-by: moabu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b82651 - Browse repository at this point
Copy the full SHA 7b82651View commit details -
chore(deps): bump org.apache.maven.plugins:maven-site-plugin from 4.0…
….0-M12 to 4.0.0-M16 in /jans-scim (#9010) chore(deps): bump org.apache.maven.plugins:maven-site-plugin Bumps [org.apache.maven.plugins:maven-site-plugin](https://github.com/apache/maven-site-plugin) from 4.0.0-M12 to 4.0.0-M16. - [Commits](apache/maven-site-plugin@maven-site-plugin-4.0.0-M12...maven-site-plugin-4.0.0-M16) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-site-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09cf80d - Browse repository at this point
Copy the full SHA 09cf80dView commit details -
docs: adding Trusted Issuer Schema format in docs #9784 (#9785)
* docs: adding Trusted Issuer Schema format in docs #9784 Signed-off-by: Arnab Dutta <[email protected]> * docs: correct the changes Signed-off-by: Arnab Dutta <[email protected]> --------- Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab45f22 - Browse repository at this point
Copy the full SHA ab45f22View commit details
Commits on Oct 18, 2024
-
feat(jans-orm): add search support in json path (#9834)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a0b206 - Browse repository at this point
Copy the full SHA 4a0b206View commit details -
chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3…
….1.1 to 3.1.3 in /jans-scim (#9819) chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2883801 - Browse repository at this point
Copy the full SHA 2883801View commit details -
chore(deps): bump org.apache.maven.plugins:maven-install-plugin from …
…3.1.1 to 3.1.3 in /jans-scim (#9822) chore(deps): bump org.apache.maven.plugins:maven-install-plugin Bumps [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.1...maven-install-plugin-3.1.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea49ab2 - Browse repository at this point
Copy the full SHA ea49ab2View commit details -
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin fr…
…om 3.6.1 to 3.8.0 in /jans-scim (#9818) chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.6.1 to 3.8.0. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.1...maven-dependency-plugin-3.8.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f08be1f - Browse repository at this point
Copy the full SHA f08be1fView commit details -
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.…
…2.0 to 4.8.6.4 in /jans-scim (#9820) chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.8.2.0 to 4.8.6.4. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.8.2.0...spotbugs-maven-plugin-4.8.6.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 460e48e - Browse repository at this point
Copy the full SHA 460e48eView commit details -
chore(deps): bump log4j.version from 2.23.1 to 2.24.1 in /jans-casa (#…
…9831) Bumps `log4j.version` from 2.23.1 to 2.24.1. Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.23.1 to 2.24.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fb0b44 - Browse repository at this point
Copy the full SHA 0fb0b44View commit details -
chore(deps): bump org.apache.tika:tika-core from 2.6.0 to 2.9.2 in /j…
…ans-casa (#9830) chore(deps): bump org.apache.tika:tika-core in /jans-casa Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.6.0 to 2.9.2. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](apache/tika@2.6.0...2.9.2) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d1b114 - Browse repository at this point
Copy the full SHA 6d1b114View commit details -
chore(deps): bump org.bouncycastle:bcmail-fips from 1.0.4 to 2.0.5 in…
… /jans-casa (#9828) chore(deps): bump org.bouncycastle:bcmail-fips in /jans-casa Bumps org.bouncycastle:bcmail-fips from 1.0.4 to 2.0.5. --- updated-dependencies: - dependency-name: org.bouncycastle:bcmail-fips dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9d022a - Browse repository at this point
Copy the full SHA b9d022aView commit details -
docs(jans-cedarling): update python example (#9783)
Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9e82e6 - Browse repository at this point
Copy the full SHA f9e82e6View commit details -
test(jans-cedarling): rectify intermittent failure in get_token_claim…
…_type_boolean_error (#9777) * test(jans-cedarling): rectify intermittent failure in authz::entities::get_token_claim_type_boolean_error docs: only a fix for an existing test. Signed-off-by: John Anderson <[email protected]> * test(jans-cedarling): add colons to test failure messages (#9777) Signed-off-by: John Anderson <[email protected]> * test(jans-cedarling): add type failure comments for other tests (#9777) Signed-off-by: John Anderson <[email protected]> * test(jans-cedarling): add comments to test cases To easier understand how it works Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: John Anderson <[email protected]> Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53c299c - Browse repository at this point
Copy the full SHA 53c299cView commit details -
feat(jans-cedarling): Implement python bindings for the authorize met…
…hod (#9731) * feat(jans-cedarling): add python binding to the PolicyEvaluationError Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the Diagnostics Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the Decision Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the ResourceData Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the Request Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): update error type for the python binding ResourceData method from_dict Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the AuthorizeResultResponse Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the AuthorizeResult, and optimization related to type conversion Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add python binding to the authorize method Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): update python binding example, add example with authorize method Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): update documentation to python bindings Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add to python bindings authorize_errors Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add python test cases for authorize method Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): update doc for python cedarling bindings Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix example.py to not throw error Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comment that describe what `errors_functions` macros do Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove commented code Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add stub info about new python types for authorize method Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): make stub file more consistent - remove old comment file - use Dict instead of dict Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): improve error message for case where convert python object to rust type using `serde-pyobject::from_pyobject` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix initialization of JWT service to not panic Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add id_token to Request, after rebase fix conflict after rebase Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): update generated python types, added `id_token` to `cedarling::Request` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): use String instead of Box<str> Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix the mistype rename `ACTION_TOKEN` to `ACCESS_TOKEN` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix comment of `sample_bootstrap_config` fixture Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add unit test files policy human redable format. Also added README file to `test_files` and left comment in the python file for unit testing `config.py` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add more comments and description what the unit test do Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add using stdout logger in python unit test Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): fix running `cargo test` Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): add command to run `pytest` without capturing output. Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 502aac3 - Browse repository at this point
Copy the full SHA 502aac3View commit details -
feat(config-api): session and token search enhancement (#9844)
* fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove sessionId Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session enhancement for removing id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session field filter enhancement - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session field search enhancement wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint enhacement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token search enhancement Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]> Co-authored-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc5c0c8 - Browse repository at this point
Copy the full SHA cc5c0c8View commit details
Commits on Oct 21, 2024
-
fix(jans-cli-tui): asset management (#9848)
* fix(jans-cli-tui): asset mgt - service as string Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): asset dir mappings Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): asset mgt - check file type for service Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3bb5bd - Browse repository at this point
Copy the full SHA a3bb5bdView commit details -
feat(jans-orm): add search support in json path (#9845)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6c6e62 - Browse repository at this point
Copy the full SHA b6c6e62View commit details -
feat(jans-orm): use right booelan type in JSON and plan SQL queries (#…
…9850) Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 199bf98 - Browse repository at this point
Copy the full SHA 199bf98View commit details -
refactor(docs): refactor interception script documentation (#9753)
* refactor(docs): refactor interception script documentation Signed-off-by: mmrraju <[email protected]> * docs(refector): change navigation to Signed-off-by: mmrraju <[email protected]> * docs(refector): change navigation to in mkdocs.yml Signed-off-by: mmrraju <[email protected]> * script-catalog/README.md file move to /developer/scripts/README.md and updated on mkdocs.yml file Signed-off-by: mmrraju <[email protected]> --------- Signed-off-by: mmrraju <[email protected]> Co-authored-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c13bb10 - Browse repository at this point
Copy the full SHA c13bb10View commit details -
ci(jans-cedarling): testcase workflow (#9853)
* ci(jans-cedarling): testcase workflow Signed-off-by: SafinWasi <[email protected]> * ci: fix typo Signed-off-by: SafinWasi <[email protected]> * ci: add cargo clippy * ci: continue on error * ci: organize exit on error --------- Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 845edc9 - Browse repository at this point
Copy the full SHA 845edc9View commit details -
refactor(jans-cli-tui): display popup for save action (#9865)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c898ebc - Browse repository at this point
Copy the full SHA c898ebcView commit details -
feat(config-api): session endpoint changes for search in jansSessAttr…
… JSON (#9867) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove sessionId Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session enhancement for removing id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session field filter enhancement - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session field search enhancement wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint enhacement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session search changes for session attribute Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]> Co-authored-by: Devrim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17d32b0 - Browse repository at this point
Copy the full SHA 17d32b0View commit details -
chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.…
…2.0 to 3.4.0 in /jans-scim (#9858)
Configuration menu - View commit details
-
Copy full SHA for 080f866 - Browse repository at this point
Copy the full SHA 080f866View commit details -
chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.1…
…2 in /jans-scim (#9859)
Configuration menu - View commit details
-
Copy full SHA for 426a7a4 - Browse repository at this point
Copy the full SHA 426a7a4View commit details -
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from …
…3.8.0 to 3.10.1 in /jans-scim (#9860)
Configuration menu - View commit details
-
Copy full SHA for eee014f - Browse repository at this point
Copy the full SHA eee014fView commit details -
fix(jans-linux-setup): script location (#9869)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18a68f4 - Browse repository at this point
Copy the full SHA 18a68f4View commit details
Commits on Oct 22, 2024
-
fix(jans-cli-tui): do not hide ldap servers in authn when database is…
… not ldap (#9873) * fix(jans-cli-tui): do not hide ldap servers in authn when database is not ldap Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): ldap servers Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c074f85 - Browse repository at this point
Copy the full SHA c074f85View commit details -
chore(deps): bump bc.version from 1.78 to 1.78.1 in /jans-casa (#9864)
Bumps `bc.version` from 1.78 to 1.78.1. Updates `org.bouncycastle:bcprov-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcutil-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcmail-jdk18on` from 1.78 to 1.78.1 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.bouncycastle:bcutil-jdk18on dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.bouncycastle:bcmail-jdk18on dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a4c32e - Browse repository at this point
Copy the full SHA 6a4c32eView commit details -
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.…
…6.4 to 4.8.6.5 in /jans-scim (#9878)
Configuration menu - View commit details
-
Copy full SHA for 89b850b - Browse repository at this point
Copy the full SHA 89b850bView commit details -
feat(jans-cedarling): Implement Validation Layer and ServiceFactory (#…
…9870) * chore(jans-cedarling): extract `BootstrapConfig` to module bootstrap_config Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor move parsing `CedarSchema` closer to the structure Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor move parsing `PolicySet` closer to the structure Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove folder `srs/init/test_files` and now we use `test_files` in the root Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix `cargo clippy` errors Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): extract `Request` structure to authz module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): prepare jwt service to be created using the `ServiceFactory` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, add service factory Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove `di` crate Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, move authorize_result to authz module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, move `log entry` to log module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, move `token_data` to authz module Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comment to models module document string Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): rename `models` module to `common` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix mistypes and unused comments Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 052a13e - Browse repository at this point
Copy the full SHA 052a13eView commit details -
feat: simplify JSON value in MySQL (#9886)
* feat(jans-orm): allow skip v node in MySQL Signed-off-by: Yuriy Movchan <[email protected]> * fix(jans-linux-setup): skip v node in MySQL Signed-off-by: Mustafa Baser <[email protected]> * feat(jans-orm): allow skip v node in MySQL Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-orm): allow skip v node in MySQL Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-orm): allow skip v node in MySQL Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Signed-off-by: Mustafa Baser <[email protected]> Co-authored-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79337e0 - Browse repository at this point
Copy the full SHA 79337e0View commit details -
feat(config-api): pagination implemented in fido2, session and token …
…endpoints (#9889) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove sessionId Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session enhancement for removing id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session field filter enhancement - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session field search enhancement wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint enhacement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session search changes for session attribute Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 search endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 entry search Signed-off-by: pujavs <[email protected]> * feat(config-api): pagination implemented in fido2, session and token endpoints Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db4faf3 - Browse repository at this point
Copy the full SHA db4faf3View commit details -
fix(jans-linux-setup): index key lenght for text columns (#9890)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c6b338 - Browse repository at this point
Copy the full SHA 8c6b338View commit details
Commits on Oct 23, 2024
-
fix(docs): remove LDAP from documentation (#9839)
* fix(docs): remove ldap from docs Signed-off-by: ossdhaval <[email protected]> * remove LDAP documentation Signed-off-by: ossdhaval <[email protected]> * chore(docs): fix merge conflicts Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ed5eb1 - Browse repository at this point
Copy the full SHA 1ed5eb1View commit details -
chore(docs): update documentation for LDAP support removal (#9894)
* fix(docs): ldap remove from docs Signed-off-by: ossdhaval <[email protected]> * fix(docs): remove more LDAP references Signed-off-by: ossdhaval <[email protected]> * chore(docs): fix merge conflicts Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24a764f - Browse repository at this point
Copy the full SHA 24a764fView commit details -
fix(jans-core): document store manager should use filePath (#9900)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50a8b5e - Browse repository at this point
Copy the full SHA 50a8b5eView commit details
Commits on Oct 24, 2024
-
fix(jans-linux-setup): json values in arrays (#9908)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94ed82a - Browse repository at this point
Copy the full SHA 94ed82aView commit details -
docs(jans-cedarling): add Application Entity back and Update Action P…
…rincipal and Resources (#9903) * docs(jans-cedarling): switch application to workload Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): add workload to actions Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): application as resource Signed-off-by: SafinWasi <[email protected]> * docs(jans-cedarling): only workload for http methods Signed-off-by: SafinWasi <[email protected]> --------- Signed-off-by: SafinWasi <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 504c6dd - Browse repository at this point
Copy the full SHA 504c6ddView commit details -
feat(charts): allow using custom configuration schema (#9786)
* feat(charts): allow using custom configuration schema Signed-off-by: iromli <[email protected]> * chore(jans-pycloudlib): add more details to configuration schema Signed-off-by: iromli <[email protected]> * docs(kubernetes): add more examples on new configuration schema Signed-off-by: iromli <[email protected]> * docs(kubernetes): mention about BETA support for custom configuration schema Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c77f2ec - Browse repository at this point
Copy the full SHA c77f2ecView commit details -
docs: update customization docs with correct path and new screenshots (…
…#9898) Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79e1980 - Browse repository at this point
Copy the full SHA 79e1980View commit details -
fix(jans-cli-tui): hide agama script on default ACR tab (#9911)
* fix(jans-cli-tui): hide agama script on default ACR tab Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-cli-tui): firs entry is selected when page is Auth Server Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ea7274 - Browse repository at this point
Copy the full SHA 2ea7274View commit details -
feat(jans-cedarling): Add support of parsing the
Set
type in cedar-……policy schema (#9891) * chore(jans-cedarling): add parsing Set from cedar policy schema Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): implemented build cedar-policy Entity with Set type in the schema. Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add test cases for parsing `Set` type Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactor, slightly simplify the code. Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix clippy errors Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove unused error case in `CedarPolicyCreateTypeError` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove unusing lifetime in the `TokenPayload::get` method Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add return error on getting `CedarType` Signed-off-by: Oleh Bohzok <[email protected]> * test(jans-cedarling): add test cases on parse `cedar-policy` schema json file, to improve test coverage Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0de6a45 - Browse repository at this point
Copy the full SHA 0de6a45View commit details -
chore(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.7 to 11.20.1 i…
…n /jans-casa (#9895) chore(deps): bump com.nimbusds:oauth2-oidc-sdk in /jans-casa Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.7 to 11.20.1. - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.20.1..11.7) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e41e15 - Browse repository at this point
Copy the full SHA 5e41e15View commit details -
fix(config-api): acr enhancement for agama, asset mgt error message m…
…ade descriptive (#9919) * fix(config-api): asset mgt endpoint fixes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * feat(config-api): asset upload mgt ehancement and fido Signed-off-by: pujavs <[email protected]> * fix(config-api): asset upload Signed-off-by: pujavs <[email protected]> * fix(config-api): lock review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock code review comments Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): lock master renamed to lock server Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 delete functionality Signed-off-by: pujavs <[email protected]> * fix(config-api): acr validation Signed-off-by: pujavs <[email protected]> * feat(config-api): doc(config-api): IDP schema attribute descriptions #9187 Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): uploading assets via API generates 2 entries #9178 Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt, fido and IDP changes Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 device endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): resolved sonar review issues Signed-off-by: pujavs <[email protected]> * feat(config-api): sonar review comment fix Signed-off-by: pujavs <[email protected]> * feat(config-api): swagger spec Signed-off-by: pujavs <[email protected]> * feat(config-api): saml config attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * doc(config-api): added SAML attribute description Signed-off-by: pujavs <[email protected]> * feat(config-api): sync with main Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * fix(jans-lock): code review comment fix isssue#9305 Signed-off-by: pujavs <[email protected]> * feat(config-api): lock review point Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(lock): code review comment Signed-off-by: pujavs <[email protected]> * fix(config-api): sync with main Signed-off-by: pujavs <[email protected]> * feat(config-api): lock endpoint fixes and SAML IDP NPE Signed-off-by: pujavs <[email protected]> * feat(config-api): asset enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): implement timer for asset mgt to fetch and deploy assets forconfig-api #9403 Signed-off-by: pujavs <[email protected]> * fix(config-api): scope validation issue #9426 Signed-off-by: pujavs <[email protected]> * fix(config-api): asset delete error fix Signed-off-by: pujavs <[email protected]> * feat(config-api): sysnc with main Signed-off-by: pujavs <[email protected]> * fix(config-ap): lock audit endpoint parameter declaration error#9460 Signed-off-by: pujavs <[email protected]> * feat(config-api): client token functionality Signed-off-by: pujavs <[email protected]> * fix(Config-api): lock audit endpoint path param rectification Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): clint token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): client token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session ednpoint wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): session and fido2 endpoint Signed-off-by: pujavs <[email protected]> * test(config-api): marked session failing test case Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir mapping changes wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt dir changes Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt changes for dir Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint -wip Signed-off-by: pujavs <[email protected]> * feat(config-api): asset mgt endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt wip Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): custom asset mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove sessionId Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api) session endpoint changes to hide id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint mgt Signed-off-by: pujavs <[email protected]> * feat(config-api): session enhancement for removing id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint changes to remove session id Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): search fieldValuePair enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session field filter enhancement - wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session field search enhancement wip Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancemnt Signed-off-by: pujavs <[email protected]> * feat(config-api): session endpoint search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token endpoint enhacement Signed-off-by: pujavs <[email protected]> * feat(config-api): session and token search enhancement Signed-off-by: pujavs <[email protected]> * feat(config-api): session search changes for session attribute Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 search endpoint Signed-off-by: pujavs <[email protected]> * feat(config-api): fido2 entry search Signed-off-by: pujavs <[email protected]> * feat(config-api): pagination implemented in fido2, session and token endpoints Signed-off-by: pujavs <[email protected]> * feat(Config-ap): acr enhacement for agama Signed-off-by: pujavs <[email protected]> * feat(Config-ap): made asset error message descriptive Signed-off-by: pujavs <[email protected]> --------- Signed-off-by: pujavs <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e03fe3 - Browse repository at this point
Copy the full SHA 4e03fe3View commit details -
chore(deps): bump antlr4.version from 4.10.1 to 4.13.2 in /agama (#9792)
Bumps `antlr4.version` from 4.10.1 to 4.13.2. Updates `org.antlr:antlr4-runtime` from 4.10.1 to 4.13.2 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](antlr/antlr4@4.10.1...4.13.2) Updates `org.antlr:antlr4-maven-plugin` from 4.10.1 to 4.13.2 - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](antlr/antlr4@4.10.1...4.13.2) --- updated-dependencies: - dependency-name: org.antlr:antlr4-runtime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.antlr:antlr4-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6f3890 - Browse repository at this point
Copy the full SHA c6f3890View commit details
Commits on Oct 25, 2024
-
docs: changes in policy store docs (#9904)
* docs: changes in policy store docs Signed-off-by: Arnab Dutta <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> --------- Signed-off-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cb6a32 - Browse repository at this point
Copy the full SHA 5cb6a32View commit details -
Lock health check plugin (#9921)
* fix(jans-lock): add health-check plugiun form jans-auth Signed-off-by: Yuriy Movchan <[email protected]> * fix(jans-lock): add health-check plugiun form jans-auth Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8eeb58 - Browse repository at this point
Copy the full SHA a8eeb58View commit details -
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.2.…
…0 to 4.8.6.5 in /jans-casa (#9877) chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin Bumps [com.github.spotbugs:spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.0 to 4.8.6.5. - [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases) - [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.2.0...spotbugs-maven-plugin-4.8.6.5) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8b581c - Browse repository at this point
Copy the full SHA d8b581cView commit details -
fix: add slash #9916 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 819f529 - Browse repository at this point
Copy the full SHA 819f529View commit details -
fix(charts): resolve error parsing jans helm chart (#9930)
Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 378001c - Browse repository at this point
Copy the full SHA 378001cView commit details
Commits on Oct 26, 2024
-
feat(jans-cedarling): Parse id_token -- create id_token and User enti…
…ty (or update User entity if it exists) (#9776) * chore(jans-cedarling): add metadata of `Jans::id_token` and `Jans::User` to create it based on the cedar-policy schema. Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): add parse `Jans::id_token` and `Jans::User`. It will be refactored. Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactoring, extract decoding tokens to `decode_tokens` function Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactoring, extract building entities to method `authorize_entities_data` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): refactoring, extract execute cedar-policy authorize to method Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): refactor, update log of authorize method Signed-off-by: Oleh Bohzok <[email protected]> * feat(jans-cedarling): update python bindings updated python tests, example, documentation Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): make code more readable, remove call `.0` wrapped value Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix clippy issues Signed-off-by: Oleh Bohzok <[email protected]> * pub fn create_access_token_entities( chore(jans-cedarling): move `AccessTokenEntitiesError` closer to function `create_access_token_entities` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix comment mistype Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix mistype Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comment with payload of tokens Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): make function names more consistent. Add prefix `create_` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comments to the `Authz::authorize` method to be more understandable Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comment info about payload in JWT in example authorize (without validation) Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): update human readable representation of `policy-store_ok.json` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add comment about location human readable version of `policy-store_ok.json` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): improve comments in the python bindings test added more information about how works `raise_authorize_error` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add to python bindings human readable data of cedarling policy Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add to python example decoded info about tokens Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): remove unused `allow(clippy::diverging_sub_expression` Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): add success integration unit test test duplicate code of example file `authorize.rs` (authorization without JWT validation) Signed-off-by: Oleh Bohzok <[email protected]> * docs(jans-cedarling): update docs according to latest changes Signed-off-by: Oleh Bohzok <[email protected]> --------- Signed-off-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0fceb5 - Browse repository at this point
Copy the full SHA f0fceb5View commit details
Commits on Oct 27, 2024
-
chore(jans-linux-setup): facter script (#9942)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fecffe9 - Browse repository at this point
Copy the full SHA fecffe9View commit details
Commits on Oct 28, 2024
-
docs(user-mgt): restructure user management documentation (#9946)
* docs(scim): updated scim documentions Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(scim): updated scim documentions Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(usr-mgt): removed ldap part Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(usr-mgt): removed ldap part Signed-off-by: Mobarak Hosen Shakil <[email protected]> * docs(usr-mgt): Added docs on postgreSQL to explore jansDB in pgAdmin Signed-off-by: Mobarak Hosen Shakil <[email protected]> * updated jans tui command Signed-off-by: Mobarak Hosen Shakil <[email protected]> --------- Signed-off-by: Mobarak Hosen Shakil <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f35db99 - Browse repository at this point
Copy the full SHA f35db99View commit details -
feat(jans-cedarling): update policy_store.json parser and schema (#9910)
* feat(jans-cedarling): add trusted_issuers field to the PolicyStore Signed-off-by: rmarinn <[email protected]> * docs: changes in policy store docs Signed-off-by: Arnab Dutta <[email protected]> * feat(jans-cedarling): implement Deserialize for TokenKind - implement Deserialize for TokenKind instead of using the derialize_with macro Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move test mod from init/test.rs into init/policy_store.rs Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): remove redundant assert in errors_on_multiple_mappings Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement Copy trait for TokenKind enum - added the Copy trait implementation to TokenKind for more efficient value handling Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): remove unnecessary .clone() calls on TokenKind Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): change MultipleRoleMappings error to use Vec<String> - updated the MultipleRoleMappings error variant to store a Vec<String> instead of a single String, allowing it to capture multiple tokens with role mappings. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename fields in PolicyStore to be more descriptive - rename `schema` field in `PolicyStore` to `cedar_schema` - rename `policies` field in `PolicyStore` to `cedar_policies` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): improve naming and deserialization for PolicyStore - policy_store_id is now only required when loading from Lock Master, simplifying the structure of policy_store.json - renamed and simplified field and function names for better clarity in policy deserialization - updated docstrings to enhance understanding of PolicyStore fields and deserialization process - updated test cases to reflect new naming conventions and improve error handling Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): introduce cedar_version field in policy_store.json - added support for the cedar_version field to specify the version of Cedar being used. - this enhancement allows for version-specific parsing of schemas and policies during deserialization. - updated relevant structures and deserialization logic to validate the cedar_version format. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move deserialization logic for multiple roles to PolicyStore - checking for multiple roles now occurs during the deserialization of PolicyStore - the corresponding test has been relocated from `init/policy_store.rs` to `common/policy_store.rs` for better organization and clarity. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename parse_policy to parse_single_policy - rename `parse_policy` to `parse_single_policy` to make the intent of calling the function clearer Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * docs(jans-cedarling): add missing docstrings in common/policy_store.rs Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/cedarling/cedarling-policy-store.md Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/dedarling/cedarling-jwt.md Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): uncomment previously commented functions Signed-off-by: rmarinn <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): remove unused commented code Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix docstrings in PolicyStore Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): renamed `check_token_metadata` to `parse_and_check_token_metadata` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): replace custom version parsing with the semver crate Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): simplify TokenKind parsing - removed the need for a Visitor in parsing logic - users now pass `access_token`, `id_token`, `userinfo_token`, or `transaction_token` (case-insensitive) as the token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): simplify policy parsing by removing unnecessary Ok wrapper Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add unit test for handling invalid token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace string with JSON macro for invalid token metadata test Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): enhance policy deserialization error handling - updated the deserialization logic to collect and report multiple errors encountered during policy parsing Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): move tests to a separate file and enhance input clarity - reorganized tests into a dedicated file for better structure - improved readability of policy and schema inputs in the tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): resolve Clippy warnings - fixed needless borrows to improve code efficiency Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add specific error assertion in unit tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace `person_id` with `user_id` Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix incorrect example Signed-off-by: rmarinn <[email protected]> --------- Signed-off-by: rmarinn <[email protected]> Signed-off-by: Arnab Dutta <[email protected]> Co-authored-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98f3d5b - Browse repository at this point
Copy the full SHA 98f3d5bView commit details -
fix(docs): remove local LDAP references as LDAP support has been disc…
…ontinued (#9947) * fix(docs): remove ldap from docs Signed-off-by: ossdhaval <[email protected]> * fix(docs): remove ldap from files Signed-off-by: ossdhaval <[email protected]> * fix(docs): remove LDAP references Signed-off-by: ossdhaval <[email protected]> * fix(docs): remove LDAP related content Signed-off-by: ossdhaval <[email protected]> * fix(docs): remove LDAP related content Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]> Signed-off-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d50096 - Browse repository at this point
Copy the full SHA 5d50096View commit details -
feat(jans-linux-setup): Janssen services healt script (#9941)
* feat(jans-linux-setup): jans services status script Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): sort jans services status Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): move jans services script to static/scripts dir Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): copy services status script to opt/bin dir Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): use services status script in jans script Signed-off-by: Mustafa Baser <[email protected]> * fix(jans-linux-setup): jans-casa health status Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81c2b3 - Browse repository at this point
Copy the full SHA e81c2b3View commit details -
chore: update descriptors for ZK update (#9932)
* chore: update descriptors for ZK update #6975 Signed-off-by: jgomer2001 <[email protected]> * chore: remove breeze theme references #9882 Signed-off-by: jgomer2001 <[email protected]> --------- Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e04835e - Browse repository at this point
Copy the full SHA e04835eView commit details -
fix(jans-linux-setup): permission of jans_services_status.py (#9960)
Signed-off-by: Mustafa Baser <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1e7534 - Browse repository at this point
Copy the full SHA c1e7534View commit details -
feat(jans-cedarling): implement
KeyService
forJwtService
for key…… management (#9855) * feat(jans-cedarling): implement KeyService for JwtService - implemented a `KeyService` for `JwtService` that manages decoding keys which are used to validate Json Web Tokens (JWTs). Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement GetKey for KeyService Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): integrate jwt::KeyService with jwt::DecodingStrategy Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): replace custom mockhttp with mockito and refactor services - Replaced custom `mockhttp` with `mockito` for simulating HTTP requests in tests. - Refactored `JwtService` and `KeyService` to remove the need for the `GetKey` trait. `KeyService` can now be initialized directly, simplifying the code and improving clarity. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): restructure folder layout, improve documentation, and simplify services - restructured the folder structure in the /jwt module for better organization. - added comprehensive docstrings to enhance code readability and maintainability. - simplified KeyService and DecodingStrategy by removing unnecessary traits for their communication. Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): move mockito from dependencies to dev-dependencies for cleaner build Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): add trusted_issuers field to the PolicyStore Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): reuse HTTP client and switch to eprintln for error logging - reuse a HTTP client initialized on init for `KeyService` when making requests to improve efficiency - replaced `println!` with `eprintln!` for better error logging Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement custom error handling for lock acquisition failure - added error handling for cases where acquiring a lock on decoding keys fails - replaced `unwrap()` with a custom error to handle poisoned locks gracefully Signed-off-by: rmarinn <[email protected]> * docs: changes in policy store docs Signed-off-by: Arnab Dutta <[email protected]> * feat(jans-cedarling): implement Deserialize for TokenKind - implement Deserialize for TokenKind instead of using the derialize_with macro Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move test mod from init/test.rs into init/policy_store.rs Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): remove redundant assert in errors_on_multiple_mappings Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement Copy trait for TokenKind enum - added the Copy trait implementation to TokenKind for more efficient value handling Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): remove unnecessary .clone() calls on TokenKind Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): change MultipleRoleMappings error to use Vec<String> - updated the MultipleRoleMappings error variant to store a Vec<String> instead of a single String, allowing it to capture multiple tokens with role mappings. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename fields in PolicyStore to be more descriptive - rename `schema` field in `PolicyStore` to `cedar_schema` - rename `policies` field in `PolicyStore` to `cedar_policies` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): improve naming and deserialization for PolicyStore - policy_store_id is now only required when loading from Lock Master, simplifying the structure of policy_store.json - renamed and simplified field and function names for better clarity in policy deserialization - updated docstrings to enhance understanding of PolicyStore fields and deserialization process - updated test cases to reflect new naming conventions and improve error handling Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): introduce cedar_version field in policy_store.json - added support for the cedar_version field to specify the version of Cedar being used. - this enhancement allows for version-specific parsing of schemas and policies during deserialization. - updated relevant structures and deserialization logic to validate the cedar_version format. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move deserialization logic for multiple roles to PolicyStore - checking for multiple roles now occurs during the deserialization of PolicyStore - the corresponding test has been relocated from `init/policy_store.rs` to `common/policy_store.rs` for better organization and clarity. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename parse_policy to parse_single_policy - rename `parse_policy` to `parse_single_policy` to make the intent of calling the function clearer Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * docs(jans-cedarling): add missing docstrings in common/policy_store.rs Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/cedarling/cedarling-policy-store.md Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/dedarling/cedarling-jwt.md Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): uncomment previously commented functions Signed-off-by: rmarinn <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): remove unused commented code Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix docstrings in PolicyStore Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): renamed `check_token_metadata` to `parse_and_check_token_metadata` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): replace custom version parsing with the semver crate Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): simplify TokenKind parsing - removed the need for a Visitor in parsing logic - users now pass `access_token`, `id_token`, `userinfo_token`, or `transaction_token` (case-insensitive) as the token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): simplify policy parsing by removing unnecessary Ok wrapper Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add unit test for handling invalid token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace string with JSON macro for invalid token metadata test Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): enhance policy deserialization error handling - updated the deserialization logic to collect and report multiple errors encountered during policy parsing Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): move tests to a separate file and enhance input clarity - reorganized tests into a dedicated file for better structure - improved readability of policy and schema inputs in the tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): resolve Clippy warnings - fixed needless borrows to improve code efficiency Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add specific error assertion in unit tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): fix clippy warnings Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix wrong example in the docs - renamed `person_id` to `user_id` in the example Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace `person_id` with `user_id` Signed-off-by: rmarinn <[email protected]> --------- Signed-off-by: rmarinn <[email protected]> Signed-off-by: Arnab Dutta <[email protected]> Co-authored-by: Arnab Dutta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab1110f - Browse repository at this point
Copy the full SHA ab1110fView commit details -
chore(deps): bump jackson.version from 2.14.2 to 2.18.0 in /jans-casa (…
…#9863) Bumps `jackson.version` from 2.14.2 to 2.18.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.2 to 2.18.0 - [Commits](FasterXML/jackson-core@jackson-core-2.14.2...jackson-core-2.18.0) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.2 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f3cff4 - Browse repository at this point
Copy the full SHA 6f3cff4View commit details -
chore(deps): bump jakarta.el:jakarta.el-api from 5.0.1 to 6.0.1 in /j…
…ans-casa (#9953) chore(deps): bump jakarta.el:jakarta.el-api in /jans-casa Bumps [jakarta.el:jakarta.el-api](https://github.com/eclipse-ee4j/el-ri) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/eclipse-ee4j/el-ri/releases) - [Commits](https://github.com/eclipse-ee4j/el-ri/commits) --- updated-dependencies: - dependency-name: jakarta.el:jakarta.el-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6de8392 - Browse repository at this point
Copy the full SHA 6de8392View commit details -
chore(deps): bump org.apache.tika:tika-core from 2.9.2 to 3.0.0 in /j…
…ans-casa (#9922) chore(deps): bump org.apache.tika:tika-core in /jans-casa Bumps [org.apache.tika:tika-core](https://github.com/apache/tika) from 2.9.2 to 3.0.0. - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt) - [Commits](apache/tika@2.9.2...3.0.0) --- updated-dependencies: - dependency-name: org.apache.tika:tika-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a3007f - Browse repository at this point
Copy the full SHA 0a3007fView commit details -
fix: update commons-io library (#9963)
fix: update commons-io library #9962 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c80ff7a - Browse repository at this point
Copy the full SHA c80ff7aView commit details
Commits on Oct 29, 2024
-
feat(jans-pycloudlib): add flag to support simple JSON data format (#…
…9937) * feat(jans-pycloudlib): add flag to support simple JSON data format Signed-off-by: iromli <[email protected]> * fix: toggle data format based on simple json flag Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b1eb3d - Browse repository at this point
Copy the full SHA 6b1eb3dView commit details -
fix(docs): update cli command (#9727)
* fix(docs): update cli command Signed-off-by: ossdhaval <[email protected]> * fix(docs): resolved conflict Signed-off-by: ossdhaval <[email protected]> --------- Signed-off-by: ossdhaval <[email protected]> Signed-off-by: Dhaval D <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4d2e9b - Browse repository at this point
Copy the full SHA c4d2e9bView commit details -
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin fr…
…om 3.8.0 to 3.8.1 in /jans-scim (#9949) chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.8.0...maven-dependency-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2059ce0 - Browse repository at this point
Copy the full SHA 2059ce0View commit details -
chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from…
… 2.19.1 to 3.5.1 in /agama (#9793) chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 2.19.1 to 3.5.1. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-2.19.1...surefire-3.5.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de7de0f - Browse repository at this point
Copy the full SHA de7de0fView commit details -
feat(jans-auth-server): updateв first part applications implementatio…
…ns to draft 02 (#9931) * feat(jans-auth-server): update first part applications implementations to draft 02 #9675 #9675 Signed-off-by: YuriyZ <[email protected]> * feat(jans-auth-server): updated authorization challenge session code #9675 Signed-off-by: YuriyZ <[email protected]> * feat(jans-auth-server): updated authorization challenge script code #9675 Signed-off-by: YuriyZ <[email protected]> * doc(jans-auth-server): fixed draft references #9675 Signed-off-by: YuriyZ <[email protected]> --------- Signed-off-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8deb721 - Browse repository at this point
Copy the full SHA 8deb721View commit details -
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin fr…
…om 2.8 to 3.8.1 in /jans-casa (#9957) chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 2.8 to 3.8.1. - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-2.8...maven-dependency-plugin-3.8.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3406250 - Browse repository at this point
Copy the full SHA 3406250View commit details -
chore(deps): bump jackson.version from 2.18.0 to 2.18.1 in /jans-casa (…
…#9969) Bumps `jackson.version` from 2.18.0 to 2.18.1. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1 - [Commits](FasterXML/jackson-core@jackson-core-2.18.0...jackson-core-2.18.1) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30b88ab - Browse repository at this point
Copy the full SHA 30b88abView commit details -
chore(deps): bump io.grpc:grpc-bom from 1.43.1 to 1.68.1 in /jans-casa (
#9970) Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.43.1 to 1.68.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](grpc/grpc-java@v1.43.1...v1.68.1) --- updated-dependencies: - dependency-name: io.grpc:grpc-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4dbe2a - Browse repository at this point
Copy the full SHA d4dbe2aView commit details -
chore(deps): bump com.fasterxml:aalto-xml from 1.3.2 to 1.3.3 in /jan…
…s-casa (#9971) chore(deps): bump com.fasterxml:aalto-xml in /jans-casa Bumps [com.fasterxml:aalto-xml](https://github.com/FasterXML/aalto-xml) from 1.3.2 to 1.3.3. - [Commits](FasterXML/aalto-xml@aalto-xml-1.3.2...aalto-xml-1.3.3) --- updated-dependencies: - dependency-name: com.fasterxml:aalto-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jose Gonzalez <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95abf4b - Browse repository at this point
Copy the full SHA 95abf4bView commit details -
Lock health check plugin (#9928)
* fix(jans-lock): add health-check plugiun form jans-auth Signed-off-by: Yuriy Movchan <[email protected]> * fix(jans-lock): add health-check plugiun form jans-auth Signed-off-by: Yuriy Movchan <[email protected]> * fix(jans-lock): add health-check plugiun form jans-auth Signed-off-by: Yuriy Movchan <[email protected]> * feat(oxauth): ignore uid case when auth server is AD Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 873cf86 - Browse repository at this point
Copy the full SHA 873cf86View commit details
Commits on Oct 30, 2024
-
refactor(cloud-native): remove ldap occurences in cloud-native (#9920)
* refactor(cloud-native): remove ldap occurences in cloud-native Signed-off-by: iromli <[email protected]> * docs(cloud-native): remove ldap occurences in cloud-native Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d2a1e9 - Browse repository at this point
Copy the full SHA 5d2a1e9View commit details -
chore: misc descriptor updates (#9990)
chore: misc descriptor updates #9978 Signed-off-by: jgomer2001 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8e7ed1 - Browse repository at this point
Copy the full SHA a8e7ed1View commit details -
feat(jans-cedarling): implement validation for userinfo_token JWT (#9939
) * feat(jans-cedarling): implement KeyService for JwtService - implemented a `KeyService` for `JwtService` that manages decoding keys which are used to validate Json Web Tokens (JWTs). Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement GetKey for KeyService Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): integrate jwt::KeyService with jwt::DecodingStrategy Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): replace custom mockhttp with mockito and refactor services - Replaced custom `mockhttp` with `mockito` for simulating HTTP requests in tests. - Refactored `JwtService` and `KeyService` to remove the need for the `GetKey` trait. `KeyService` can now be initialized directly, simplifying the code and improving clarity. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): restructure folder layout, improve documentation, and simplify services - restructured the folder structure in the /jwt module for better organization. - added comprehensive docstrings to enhance code readability and maintainability. - simplified KeyService and DecodingStrategy by removing unnecessary traits for their communication. Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): move mockito from dependencies to dev-dependencies for cleaner build Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): add trusted_issuers field to the PolicyStore Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): reuse HTTP client and switch to eprintln for error logging - reuse a HTTP client initialized on init for `KeyService` when making requests to improve efficiency - replaced `println!` with `eprintln!` for better error logging Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement custom error handling for lock acquisition failure - added error handling for cases where acquiring a lock on decoding keys fails - replaced `unwrap()` with a custom error to handle poisoned locks gracefully Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement validation for `userinfo_token` - validate the `userinfo_token` to ensure its integrity and correctness - verify that the `client_id` of the `userinfo_token` matches the `aud` of the corresponding `access_token` - verify that the `sub` of the `userinfo_token` matches the `sub` of the corresponding `id_token` Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): update token examples in `/examples` directory - revise example tokens to reflect current requirements Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove unused fields from tokens in `jwt::token` - clean up the `jwt::token` module by removing fields that are unused. Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement specific error messages for invalid token types - introduced `InvalidAccessToken` error for invalid access tokens - introduced `InvalidIdToken` error for invalid ID tokens - introduced `InvalidUserinfoToken` error for invalid userinfo tokens - this change provides clearer feedback based on the type of invalid token encountered Signed-off-by: rmarinn <[email protected]> * docs: changes in policy store docs Signed-off-by: Arnab Dutta <[email protected]> * feat(jans-cedarling): implement Deserialize for TokenKind - implement Deserialize for TokenKind instead of using the derialize_with macro Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move test mod from init/test.rs into init/policy_store.rs Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): remove redundant assert in errors_on_multiple_mappings Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): implement Copy trait for TokenKind enum - added the Copy trait implementation to TokenKind for more efficient value handling Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): remove unnecessary .clone() calls on TokenKind Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): change MultipleRoleMappings error to use Vec<String> - updated the MultipleRoleMappings error variant to store a Vec<String> instead of a single String, allowing it to capture multiple tokens with role mappings. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename fields in PolicyStore to be more descriptive - rename `schema` field in `PolicyStore` to `cedar_schema` - rename `policies` field in `PolicyStore` to `cedar_policies` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): improve naming and deserialization for PolicyStore - policy_store_id is now only required when loading from Lock Master, simplifying the structure of policy_store.json - renamed and simplified field and function names for better clarity in policy deserialization - updated docstrings to enhance understanding of PolicyStore fields and deserialization process - updated test cases to reflect new naming conventions and improve error handling Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): introduce cedar_version field in policy_store.json - added support for the cedar_version field to specify the version of Cedar being used. - this enhancement allows for version-specific parsing of schemas and policies during deserialization. - updated relevant structures and deserialization logic to validate the cedar_version format. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): move deserialization logic for multiple roles to PolicyStore - checking for multiple roles now occurs during the deserialization of PolicyStore - the corresponding test has been relocated from `init/policy_store.rs` to `common/policy_store.rs` for better organization and clarity. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): rename parse_policy to parse_single_policy - rename `parse_policy` to `parse_single_policy` to make the intent of calling the function clearer Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * docs(jans-cedarling): add missing docstrings in common/policy_store.rs Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/cedarling/cedarling-policy-store.md Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update docs/dedarling/cedarling-jwt.md Signed-off-by: rmarinn <[email protected]> * docs: fixing review comments Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): uncomment previously commented functions Signed-off-by: rmarinn <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * docs: correct policy store format Signed-off-by: Arnab Dutta <[email protected]> * fix(jans-cedarling): remove unused commented code Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix docstrings in PolicyStore Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): renamed `check_token_metadata` to `parse_and_check_token_metadata` Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): replace custom version parsing with the semver crate Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): simplify TokenKind parsing - removed the need for a Visitor in parsing logic - users now pass `access_token`, `id_token`, `userinfo_token`, or `transaction_token` (case-insensitive) as the token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): simplify policy parsing by removing unnecessary Ok wrapper Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add unit test for handling invalid token type Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace string with JSON macro for invalid token metadata test Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): enhance policy deserialization error handling - updated the deserialization logic to collect and report multiple errors encountered during policy parsing Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): move tests to a separate file and enhance input clarity - reorganized tests into a dedicated file for better structure - improved readability of policy and schema inputs in the tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): resolve Clippy warnings - fixed needless borrows to improve code efficiency Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): add specific error assertion in unit tests Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): add comments to the tokens in the examples - added comments so it's obvious what's in the claims in the tokens string in the examples directory Signed-off-by: rmarinn <[email protected]> * fix(jans-cedarling): fix broken example with jwt validation Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): update incorrect docstrings Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): resolve clippy warnings Signed-off-by: rmarinn <[email protected]> * refactor(jwt): convert extract_claims to an associated function - moved the `extract_claims` function out of the method that uses `self`, making it an associated function to avoid unnecessary usage of `self` while preserving organization within the impl block. Signed-off-by: rmarinn <[email protected]> * refactor(jans-cedarling): revert to custom Error for unsupported algorithm parsing - manually reverted to returning a custom Error when parsing an unsupported algorithm, preserving previous error reporting behavior Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): fix clippy warnings Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): fix wrong example in the docs - renamed `person_id` to `user_id` in the example Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): replace `person_id` with `user_id` Signed-off-by: rmarinn <[email protected]> * chore(jans-cedarling): remove unused traits file Signed-off-by: rmarinn <[email protected]> * fix(jans-cedarling): update examples to align with schema changes Signed-off-by: rmarinn <[email protected]> * docs(jans-cedarling): update README.md - update README to show how to run the new tests Signed-off-by: rmarinn <[email protected]> * feat(jans-cedarling): improve error handling Signed-off-by: rmarinn <[email protected]> * fix(jans-cedarling): revert unintended change to the docs by a merge Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): fix python unit tests Signed-off-by: Oleh Bohzok <[email protected]> * chore(jans-cedarling): fix misspelled test function name Signed-off-by: rmarinn <[email protected]> * test(jans-cedarling): improve test assertion and specificity Signed-off-by: rmarinn <[email protected]> --------- Signed-off-by: rmarinn <[email protected]> Signed-off-by: Arnab Dutta <[email protected]> Signed-off-by: Oleh Bohzok <[email protected]> Co-authored-by: Arnab Dutta <[email protected]> Co-authored-by: Oleh Bohzok <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1d343b - Browse repository at this point
Copy the full SHA a1d343bView commit details -
fix(jans-core): document store manager load filePath attribute (#9992)
Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0c05d9 - Browse repository at this point
Copy the full SHA a0c05d9View commit details
Commits on Oct 31, 2024
-
chore(deps): bump blazemeter/taurus from 1.16.33 to 1.16.35 in /demos…
…/benchmarking/docker-jans-loadtesting-jmeter (#9988) chore(deps): bump blazemeter/taurus Bumps blazemeter/taurus from 1.16.33 to 1.16.35. --- updated-dependencies: - dependency-name: blazemeter/taurus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9b0a91 - Browse repository at this point
Copy the full SHA f9b0a91View commit details -
feat(jans-core): integrate document store manager into applications (#…
…9701) * feat(jans-core): integrate document store manager into applications Signed-off-by: Yuriy Movchan <[email protected]> * feat(jans-core): integrate document store manager into applications Signed-off-by: Yuriy Movchan <[email protected]> --------- Signed-off-by: Yuriy Movchan <[email protected]> Co-authored-by: YuriyZ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f59807 - Browse repository at this point
Copy the full SHA 2f59807View commit details -
feat(jans-cli-tui): responsive navigation bar (#9998)
Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f0d9e4 - Browse repository at this point
Copy the full SHA 9f0d9e4View commit details -
fix(jans-core): document store manager should have not null supported… (
#10002) fix(jans-core): document store manager should have not null supported list by default Signed-off-by: Yuriy Movchan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 462d814 - Browse repository at this point
Copy the full SHA 462d814View commit details
Commits on Nov 1, 2024
-
feat(jans-linux-setup): status script optionally accepts service (#10010
) Signed-off-by: Mustafa Baser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88dc7a1 - Browse repository at this point
Copy the full SHA 88dc7a1View commit details -
human-readable test fixtures (#10006)
* feat(jans-cedarling): Encoding and ContentType for cedar_schema and policy_content values Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): deserialize from schema field with metadata in policy.json Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): deserialize from policy_content field with metadata in policy.json Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): Ensure that policies are only ever encoded in cedar, because parsing cedar-json is currently not handled by cedar-policy crate. Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): for very human-readable tests, you can now do test file fixtures in yaml Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): rectify clippy complaints Signed-off-by: John Anderson <[email protected]> * feat(jans-cedarling): local use for std::collections::HashSet Signed-off-by: John Anderson <[email protected]> --------- Signed-off-by: John Anderson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 701bd17 - Browse repository at this point
Copy the full SHA 701bd17View commit details -
feat(jans-pycloudlib): detect JSON data format (#10009)
* feat(jans-pycloudlib): detect JSON data format Signed-off-by: iromli <[email protected]> * refactor(jans-pycloudlib): preconfigure MYSQL_SIMPLE_JSON Signed-off-by: iromli <[email protected]> --------- Signed-off-by: iromli <[email protected]> Co-authored-by: Mohammad Abudayyeh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f155cf - Browse repository at this point
Copy the full SHA 4f155cfView commit details
Commits on Nov 3, 2024
-
refactor(jans-cedarling): eliminate redundant deserialization from de…
…serialize_tokens Signed-off-by: rmarinn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba4667f - Browse repository at this point
Copy the full SHA ba4667fView commit details -
refactor(jans-cedarling): add trait-based
set_optional_claim
for fl……exible claim setting Signed-off-by: rmarinn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b3db00 - Browse repository at this point
Copy the full SHA 7b3db00View commit details -
feat(tokens): implement macro for token type definitions
- Add a macro `impl_jwt_for_token!` to streamline the implementation of the `JsonWebToken` trait for different token types. - Introduce a `Token` struct to hold common claims. - Define a `Claims` trait for unified access to token claims. - Implement macros for `AccessToken`, `IdToken`, and `UserinfoToken`. Signed-off-by: rmarinn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 258045e - Browse repository at this point
Copy the full SHA 258045eView commit details
Commits on Nov 6, 2024
-
refactor(jans-cedarling): replace if statement with match
Signed-off-by: rmarinn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59612b9 - Browse repository at this point
Copy the full SHA 59612b9View commit details -
chore(jans-cedarling): improve code comments
Signed-off-by: rmarinn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeb925e - Browse repository at this point
Copy the full SHA aeb925eView commit details