Unverified Commit 2137584d authored by gow1998's avatar gow1998 Committed by GitHub
Browse files

changes on attribute api

Showing with 2 additions and 2 deletions
+2 -2
......@@ -14663,8 +14663,8 @@ kong_apis:
config.enabled: false
- name: privateUserattribute
uris: "{{ usermanagement_prefix }}/attribute/{fieldName}/{fieldValue}/{offset}/{limit}"
upstream_url: "{{ usermanagement_service_url }}/api/v1/user/attribute/{fieldName}/{fieldValue}/{offset}/{limit}"
uris: "{{ usermanagement_prefix }}/attribute/"
upstream_url: "{{ usermanagement_service_url }}/api/v1/user/attribute/"
strip_uri: true
plugins:
- name: jwt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment