Skip to content

Set password and now can't get past password window #147

@TheBig-O

Description

@TheBig-O

The basic authentication seems sporadic. I set a password in the config files based on the instructions shown in the file. Once I restart the container, the password works for a few minutes but reverts to asking for the password. No matter how many times I put in the password, it keeps asking.
Also, it seems to be any time I filter to a specfic tag.
Is this like a configuration error or is it a glitch in the authenticaiton?
I'm using Docker and have the app proxied through NGINX Proxy Manager. Everything works great if I take out the password.
Thanks for the help.

This is my authentication portion of the config:

auth:
    public:
      filter: 'tag:Erbil not tag:private not tag:Allentown' # Database filter for non authenticated users and non whitelisted IPs
    users:
      - username: 'TheBigO'
        password: 'SuperSecretHashedPassword' # password
        filter: '' # no database filter for admin user      

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions