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

List tokens #1

Merged
merged 5 commits into from
Oct 7, 2024
Merged

List tokens #1

merged 5 commits into from
Oct 7, 2024

Commits on Oct 6, 2024

  1. build: Updated Scala and SBT versions.

    Scala: 3.3.1 -> 3.3.4
    SBT: 1.9.6 -> 1.10.2
    Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
    oheger committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    35e4309 View commit details
    Browse the repository at this point in the history
  2. build: Updated versions of some dependencies.

    Apache Pekko: 1.0.2 -> 1.1.1
    Apache Pekko HTTP: 1.0.0 -> 1.1.0
    Apache Log4j: 2.22.0 -> 2.24.1
    LMax Disruptor: 3.4.4 -> 4.0.0
    
    Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
    oheger committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6ef1bf0 View commit details
    Browse the repository at this point in the history
  3. build: Updated versions of test dependencies.

    ScalaTest: 3.2.17 -> 3.2.19
    (including ScalaTest Mockito)
    WireMock: 3.3.1 -> 3.9.1
    
    Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
    oheger committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    349a65a View commit details
    Browse the repository at this point in the history
  4. OAuth: Added a command to list tokens of an IDP.

    This is useful if one wants to manually interact with the IDP, e.g.
    for debugging purposes. For a configuration stored with encryption,
    there is otherwise no easy way to access these tokens.
    
    Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
    oheger committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2adf18d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. ci: Added a workflow to build and test the project.

    Signed-off-by: Oliver Heger <oliver.heger@oliver-heger.de>
    oheger committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a254d0a View commit details
    Browse the repository at this point in the history