Skip to content

Commit

Permalink
Add missing pem file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Feb 28, 2023
1 parent efb1b5b commit 42b821f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
2 changes: 2 additions & 0 deletions deps/rabbitmq_management/selenium/suites/suite_template
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ run() {
build_mocha_image
start_selenium

trap _teardown EXIT

echo "Set up ..."
[[ $(type -t _setup) == function ]] && _setup

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ auth_backends.1 = rabbit_auth_backend_oauth2
management.login_session_timeout = 1
management.oauth_enabled = true
management.oauth_initiated_logon_type = idp_initiated
management.oauth_scopes = openid profile rabbitmq.*
management.oauth_provider_url = http://fakeportal:3000

auth_oauth2.resource_server_id = rabbitmq
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ management.oauth_provider_url = http://localhost:8080
auth_oauth2.resource_server_id = rabbitmq
auth_oauth2.preferred_username_claims.1 = user_name
auth_oauth2.default_key = legacy-token-key
auth_oauth2.jwks_url = http://localhost:8080/token_keys
auth_oauth2.signing_keys.legacy-token-key = deps/rabbitmq_management/selenium/test/oauth/uaa-localhost/signing-key.pem
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2dP+vRn+Kj+S/oGd49kq
6+CKNAduCC1raLfTH7B3qjmZYm45yDl+XmgK9CNmHXkho9qvmhdksdzDVsdeDlhK
IdcIWadhqDzdtn1hj/22iUwrhH0bd475hlKcsiZ+oy/sdgGgAzvmmTQmdMqEXqV2
B9q9KFBmo4Ahh/6+d4wM1rH9kxl0RvMAKLe+daoIHIjok8hCO4cKQQEw/ErBe4SF
2cr3wQwCfF1qVu4eAVNVfxfy/uEvG3Q7x005P3TcK+QcYgJxav3lictSi5dyWLgG
QAvkknWitpRK8KVLypEj5WKej6CF8nq30utn15FQg0JkHoqzwiCqqeen8GIPteI7
VwIDAQAB
-----END PUBLIC KEY-----
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2dP+vRn+Kj+S/oGd49kq
6+CKNAduCC1raLfTH7B3qjmZYm45yDl+XmgK9CNmHXkho9qvmhdksdzDVsdeDlhK
IdcIWadhqDzdtn1hj/22iUwrhH0bd475hlKcsiZ+oy/sdgGgAzvmmTQmdMqEXqV2
B9q9KFBmo4Ahh/6+d4wM1rH9kxl0RvMAKLe+daoIHIjok8hCO4cKQQEw/ErBe4SF
2cr3wQwCfF1qVu4eAVNVfxfy/uEvG3Q7x005P3TcK+QcYgJxav3lictSi5dyWLgG
QAvkknWitpRK8KVLypEj5WKej6CF8nq30utn15FQg0JkHoqzwiCqqeen8GIPteI7
VwIDAQAB
-----END PUBLIC KEY-----
Original file line number Diff line number Diff line change
Expand Up @@ -620,16 +620,16 @@
management.oauth_provider_url = http://localhost:8080
management.oauth_client_id = rabbitmq_client_code
management.oauth_client_secret = rabbitmq_client_secret
management.oauth_scopes = openid profile
management.oauth_initiated_logon_type = sp_initiated",
management.oauth_scopes = openid profile rabbitmq.*
management.oauth_initiated_logon_type = idp_initiated",
[
{rabbitmq_management, [
{oauth_enabled, true},
{oauth_provider_url, "http://localhost:8080"},
{oauth_client_id, "rabbitmq_client_code"},
{oauth_client_secret, "rabbitmq_client_secret"},
{oauth_scopes, "openid profile"},
{oauth_initiated_logon_type, sp_initiated}
{oauth_scopes, "openid profile rabbitmq.*"},
{oauth_initiated_logon_type, idp_initiated}
]}
], [rabbitmq_management]
}
Expand Down

0 comments on commit 42b821f

Please sign in to comment.