|
6 | 6 | # Update this to install different release – check the release notes
|
7 | 7 | # Release notes: https://docs.qameta.io/allure-testops/release-notes/
|
8 | 8 |
|
9 |
| -RELEASE_TO_DEPLOY=5.6.4 |
| 9 | +RELEASE_TO_DEPLOY=5.8.1 |
10 | 10 |
|
11 | 11 | ########################################################################################
|
12 | 12 | # Registry Settings
|
@@ -201,15 +201,25 @@ SMTP_SSL_TRUST=smtp.gmail.com
|
201 | 201 | # TESTOPS_OPENID_USERINFOURI - It is advertised in the server metadata
|
202 | 202 | # TESTOPS_OPENID_ISSUERURI - It is advertised in the server metadata
|
203 | 203 |
|
204 |
| -TESTOPS_OPENID_CLIENTNAME=TestOps |
| 204 | +TESTOPS_OPENID_CLIENTNAME=testops |
205 | 205 | TESTOPS_OPENID_CLIENTID=<YOUR_CLIENT_ID>
|
206 | 206 | TESTOPS_OPENID_CLIENTSECRET=<YOUR_CLIENT_SECRET_HERE>
|
207 |
| -TESTOPS_OPENID_REDIRECTURI=https://<your-domain>/login/oauth2/code/openid |
| 207 | +TESTOPS_OPENID_REDIRECTURI=http://<your-testops-domain>/login/oauth2/code/openid |
208 | 208 | TESTOPS_OPENID_SCOPE=openid,email,profile
|
209 |
| -TESTOPS_OPENID_AUTHORIZATIONURI=http://<open_id_provider_url>/realms/<you_realm>/protocol/openid-connect/auth |
210 |
| -TESTOPS_OPENID_USERINFOURI=http://<open_id_provider_url>/realms/<you_realm>/protocol/openid-connect/userinfo |
211 |
| -TESTOPS_OPENID_ISSUERURI=http://<open_id_provider_url>/realms/<you_realm> |
212 | 209 | TESTOPS_OPENID_USERNAMEATTRIBUTE=preferred_username
|
| 210 | +TESTOPS_OPENID_AUTHORIZATIONGRANTTYPE=authorization_code |
| 211 | +TESTOPS_OPENID_AUTHORIZATIONURI=http://<open_id_provider_url>/somepath/openid-connect/auth |
| 212 | +TESTOPS_OPENID_JWKSETURI=http://<open_id_provider_url>/somepath/keys |
| 213 | +TESTOPS_OPENID_TOKENURI=http://<open_id_provider_url>/somepath/token |
| 214 | + |
| 215 | +# optional parameters commented in docker-compose.yml |
| 216 | +# uncomment these in docker-compose.yml if you know what you are doing and really need using these for the integration with IdP |
| 217 | +# TESTOPS_OPENID_ISSUERURI=http://<open_id_provider_url>/realms/<you_realm> |
| 218 | +# TESTOPS_OPENID_USERINFOURI=http://<open_id_provider_url>/realms/<you_realm>/protocol/openid-connect/userinfo |
| 219 | + |
| 220 | +# name of the parameter (claim) defining the name of the end user being authenticated |
| 221 | +TESTOPS_OPENID_FIRSTNAMEATTRIBUTE: first_name |
| 222 | +TESTOPS_OPENID_LASTAMEATTRIBUTE: last_name |
213 | 223 |
|
214 | 224 | TESTOPS_OPENID_DEFAULTROLE=ROLE_GUEST
|
215 | 225 | # TESTOPS_OPENID_SYNCROLES - Defines whether TestOps should assign global roles based on the OpenID server group membership
|
|
0 commit comments