Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat; OPA related config updates #7173

Merged
merged 16 commits into from
Dec 21, 2023
Merged

feat; OPA related config updates #7173

merged 16 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. feat: deploy lock-service as custom library

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    06505fe View commit details
    Browse the repository at this point in the history
  2. feat: policy downloader

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5e9ab6f View commit details
    Browse the repository at this point in the history
  3. feat: policy downloader

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f86b4fa View commit details
    Browse the repository at this point in the history
  4. feat: add apache config

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    925ff6c View commit details
    Browse the repository at this point in the history
  5. Revert "feat: add apache config"

    This reverts commit 5ae8869.
    
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7e934c4 View commit details
    Browse the repository at this point in the history
  6. feat: policy downloader

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4d391f1 View commit details
    Browse the repository at this point in the history
  7. feat: add message scopes

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    31d4a03 View commit details
    Browse the repository at this point in the history
  8. feat: publish message API

    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f5f6cda View commit details
    Browse the repository at this point in the history
  9. docs: add lifetime to supergluu script (#7150)

    Signed-off-by: SafinWasi <6601566+SafinWasi@users.noreply.github.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    SafinWasi authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    46c7ef6 View commit details
    Browse the repository at this point in the history
  10. fix(docker-jans-all-in-one): incorrect image tags prevent image build (

    …#7156)
    
    Signed-off-by: iromli <isman.firmansyah@gmail.com>
    Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    2 people authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    61b18eb View commit details
    Browse the repository at this point in the history
  11. feat(jans-cli-tui): save client summary (#7153)

    Signed-off-by: Mustafa Baser <mbaser@mail.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    devrimyatar authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0f1dc1d View commit details
    Browse the repository at this point in the history
  12. fix(jans-cli-tui): don't include client secret in summary (#7161)

    Signed-off-by: Mustafa Baser <mbaser@mail.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    devrimyatar authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ee0e5af View commit details
    Browse the repository at this point in the history
  13. chore(deps): remove optional libcst dependency (#7166)

    Signed-off-by: iromli <isman.firmansyah@gmail.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    iromli authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    df86c75 View commit details
    Browse the repository at this point in the history
  14. chore(deps): upgrade click version (#7168)

    Signed-off-by: iromli <isman.firmansyah@gmail.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    iromli authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cdb503d View commit details
    Browse the repository at this point in the history
  15. feat(jans-auth-server): support for OAuth 2.0 Rich Authorization Requ…

    …ests (#7145)
    
    * feat(jans-auth-server): rar - added authorizationDetailsTypesSupported
    
    #6292
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added supported authz details types to discovery #6933
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added authorization_details custom interception script and dynamic registration #6933
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): used in templates title jans instead of oxauth #6933
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): authorization_details authorization #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added authz details service with check/save ability #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added authz details support to token endpoint #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added authz details to PAR #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * feat(jans-auth-server): added authz details to introspection #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * chore(jans-auth-server): authz details related refactoring #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * chore(jans-auth-server): authz details related refactoring #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * test(jans-auth-server): added AuthzDetailsServiceTest #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * test(jans-auth-server): added integration test for Rich Authorization Requests #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    * doc(jans-auth-server): added documentation for rich authorization requests #6292
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    
    ---------
    
    Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
    Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
    yuriyz authored and yurem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    959114b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0bb3a83 View commit details
    Browse the repository at this point in the history