File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
export OAUTH_SERVER_CONFIG_DIR=${OAUTH_SERVER_CONFIG_BASEDIR}/oauth/spring
2
- export OAUTH_SCOPES="openid profile rabbitmq.tag:management rabbitmq.tag:administrator "
2
+ export OAUTH_SCOPES="openid profile"
3
3
export OAUTH_CLIENT_ID=rabbitmq_client_code
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ spring:
70
70
- client_secret_basic
71
71
scopes :
72
72
- openid
73
- - profile
74
- - rabbitmq.tag:management
73
+ - profile
75
74
client-name : mgt_api_client_opaque
76
75
token :
77
76
access-token-format : reference
@@ -106,9 +105,7 @@ spring:
106
105
- " ${RABBITMQ_SCHEME}://${RABBITMQ_HOST}${RABBITMQ_PATH}/"
107
106
scopes :
108
107
- openid
109
- - profile
110
- - rabbitmq.tag:administrator
111
- - rabbitmq.tag:management
108
+ - profile
112
109
client-name : rabbitmq_client_code_opaque
113
110
token :
114
111
access-token-format : reference
You can’t perform that action at this time.
0 commit comments