Opserver icon indicating copy to clipboard operation
Opserver copied to clipboard

InternalNetworks with AD security provider

Open jdkang opened this issue 10 years ago • 0 comments

When I visit /hub on an intended dashboard I simply get a "no config" error.

The roles being assigned in /about are Anonymous, InternalRequest

securitysettings.config looks like:

<?xml version="1.0" encoding="utf-8"?>
<SecuritySettings provider="AD">
    <InternalNetworks>
        <Network name="TV Monitor" ip="10.128.0.x" cidr="32" />
    </InternalNetworks>
</SecuritySettings>

and web.config looks like

  <add key="ViewGroups" value="foo_view" />
  <add key="AdminGroups" value="foo_admins" />

/admin/errors shows no errors.

AD Logins work OK

Currently only have SQL provider setup and running OK when logged in.

There are no security settings set in the sqlsettings.json

jdkang avatar Mar 05 '15 04:03 jdkang