diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-03 22:05:24 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-07-03 22:05:24 +0530 |
| commit | ffe7db80b440a659da3bf6f9c09987ace861bba9 (patch) | |
| tree | f3b73d7a25395f80563c624dbde63ece3133f20d /microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway | |
| parent | f0797705b02fe6df6cd2807fdea491cd07dcde8c (diff) | |
Prevent roles of all users being accessed via API gateway /bff/api/ path
Diffstat (limited to 'microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway')
| -rw-r--r-- | microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml b/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml index 2747d3b..d037d5b 100644 --- a/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml +++ b/microservices/02-api-gateway/linux/deb/package/etc/ceit-fs-api-gateway/application.yaml @@ -3,7 +3,7 @@ server: address: 127.0.0.1 app: - userRolesUrl: "http://localhost:8052/myservices/api/security/users/{username}/roles" + userRolesUrl: "http://localhost:8052/myservices/security/open/users/{username}/roles" # logging: # level: |
