Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not see entity in kongmap that is visible in Kong Manager #25

Open
avik-sengupta-kong opened this issue Feb 22, 2022 · 1 comment
Open

Comments

@avik-sengupta-kong
Copy link

Kongmap config
{"my enterprise cluster":{"kong_admin_api_url":"http://api.kong.lan:8001/","kong_edit_config":"false","kong_ent":"true","kong_ent_token":"***","kong_ent_token_name":"kong-admin-token","kong_ent_manager_url":"http://manager.kong.lan:8002/"}}

Docker-compose

kongmap:
    image: docker.io/yesinteractive/kongmap
    container_name: kongmap
    networks:
      - demo-net
    environment:
      - KONGMAP_CLUSTERS_JSON=$KONG_CLUSTERS
      - KONGMAP_URL=http://api.kong.lan:8100
    restart: always
    ports:
      - "8100:8100"
      - "8143:8143"

image

image

@nikirago
Copy link
Contributor

nikirago commented Mar 4, 2022

Hello, will validate against the 2.7.1.1 version and report back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants