Skip to content

Commit

Permalink
Issue #LR-676 feat: User Delete - ownership transfer api addition
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathwajShankar committed Feb 27, 2024
1 parent d006747 commit f797857
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9244,6 +9244,27 @@ kong_apis:
config.required: true
config.enabled: true

- name: ownershipTransfer
uris: "{{ user_service_prefix }}/v1/ownership/transfer"
upstream_url: "{{ userorg_service_url }}/v1/ownership/transfer"
strip_uri: true
plugins:
- name: jwt
- name: cors
- "{{ statsd_pulgin }}"
- name: acl
config.whitelist:
- userUpdate
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
- name: opa-checks
config.required: true
config.enabled: true

- name: createContentV2
uris: "{{ content_prefix }}/v2/create"
upstream_url: "{{ content_service_url }}/content/v4/create"
Expand Down

0 comments on commit f797857

Please sign in to comment.