• Harsha's avatar
    Issue #00 fix: adding new kong plugin and onboarding new api (#970) · 1f20b8db
    Harsha authored
    * Issue #00 feat: adding new kong plugin to pass header
    
    * Issue #00 fix: adding secrets path in kong
    
    * Issue #00 fix: removing /api in request path
    
    * Issue #00 fix: adding plugin to freshdesk api
    
    * Issue #00 fix: updating request transformer config
    1f20b8db
api-manager.yml 236 bytes
---
- name: Kong API
  become: yes
  vars_files:
    - "{{inventory_dir}}/secrets.yml"
  hosts: "{{groups['swarm-manager-1'][0]}}"
  roles:
    - {role: kong-api, tags: ['kong-api']}
    - {role: kong-consumer, tags: ['kong-consumer']}