Allows the user to control various aspects related to the environment's security.

For example, you can have a non-public environment, that can be accessed only from certain IP ranges.

You can force certain endpoints to remain public by setting the flag components.[*].hosts.[*].public to true.

🚧

Applies only for the default namespace of the Environment, env-{{unique}}.

unique can be obtained from the UI.

 

Example

security:
  access:
    allowedIps:
      - '192.168.0.1/24'
      - '192.12.45.123/32'