Skip to content

Access Restricted in OSS Version!? – Clarification Needed #4235

@nvroot

Description

@nvroot

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...

Image

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions