Disabled authentication

ODD Platform allows to disable authentication at all. This is useful when you want to deploy platform locally and don't need any security configured. This is the default configuration and no additional settings are required.

auth:
    type: DISABLED

DO NOT use this method in your production environment!

Last updated