Skip to content

Commit

Permalink
REUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Nov 20, 2024
1 parent fd29092 commit 02dcea7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sources/keycloak/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0


# let's begin 2 tasks:
# the first task waits the Keycloak readyness to generate and print the Keycloak client secret
Expand Down
4 changes: 4 additions & 0 deletions sources/keycloak/regenerate-client-secret.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

##########################################################################

# ## Goal
Expand Down
4 changes: 4 additions & 0 deletions sources/keycloak/test.http
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

# Just a few testing stuff, but I don't want to trash them
@baseUrlKc = http://localhost/keycloak
@baseUrlOrthanc = http://localhost/orthanc
Expand Down

0 comments on commit 02dcea7

Please sign in to comment.