-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
I installed and tested the OSS version and encountered an “Access Restricted” message
There is currently no clear indication in the docs about restriction.
If some functionality is intentionally disabled in OSS, it should be clearly documented. Right now, this behavior is so confusing...
compose
services:
akto-mongo:
container_name: akto-mongo
restart: unless-stopped
image: mongo:8
networks:
- akto-network
volumes:
- akto-mongodb:/data/db
expose:
- 27017
akto-api-security-dashboard:
image: aktosecurity/akto-api-security-dashboard:local
restart: unless-stopped
container_name: akto
networks:
- akto-network
- proxy
env_file: ./docker.env
expose:
- 8080
depends_on:
- akto-mongo
akto-api-security-testing:
image: aktosecurity/akto-api-testing:local
restart: unless-stopped
container_name: akto-test
networks:
- akto-network
env_file: ./docker.env
depends_on:
- akto-mongo
akto-puppeteer-replay:
image: aktosecurity/akto-puppeteer-replay:latest
restart: unless-stopped
container_name: akto-replay
networks:
- akto-network
expose:
- 3000
environment:
- MONGO_CONNECTION_STRING=mongodb://akto-mongo:27017/akto
- MONGO_DB_NAME=akto
- MONGO_COLLECTION_NAME=requests
volumes:
akto-mongodb:
networks:
proxy:
external: true
akto-network:Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels