-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #590 from indigo-dc/prerel
5.2.0
- Loading branch information
Showing
83 changed files
with
1,501 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#!/bin/bash | ||
case ${DISTRO} in | ||
fedora) | ||
yum -y clean all | ||
yum -y install clibs-list-devel | ||
;; | ||
centos) | ||
yum -y clean all | ||
yum -y install clibs-list-devel cjson-devel | ||
;; | ||
almalinux) | ||
yum -y clean all | ||
dnf -y upgrade almalinux-release --nogpgcheck | ||
yum -y install clibs-list-devel curl-devel systemd-rpm-macros webkit2gtk3-devel\ | ||
gstreamer1 gstreamer1-plugins-base | ||
;; | ||
rockylinux) | ||
yum -y clean all | ||
yum -y install cjson-devel clibs-list-devel curl-devel systemd-rpm-macros webkit2gtk3-devel\ | ||
gstreamer1 gstreamer1-plugins-base | ||
;; | ||
opensuse) | ||
zypper -n install cJSON-devel systemd-rpm-macros webkit2gtk3-devel | ||
;; | ||
esac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.1.0 | ||
5.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"parameter": "key", | ||
"value": "value / $VALUE / /home/user/value", | ||
"for_issuer": [ | ||
"https://example.com" | ||
], | ||
"for_account": [ | ||
"iam", | ||
"example" | ||
], | ||
"request": [ | ||
"refresh", | ||
"auth_url", | ||
"code-exchange", | ||
"device-init", | ||
"device-polling", | ||
"registration", | ||
"revocation", | ||
"password" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{ | ||
"parameter": "claims_in_tokens", | ||
"value": "id_token token", | ||
"for_issuer": [ | ||
"https://login.helmholtz.de/oauth2", | ||
"https://login-dev.helmholtz.de/oauth2" | ||
], | ||
"request": [ | ||
"auth_url" | ||
] | ||
} | ||
] |
Oops, something went wrong.