#9792 Cannot access mirrormanager as admin
Closed: Fixed 3 years ago by adrian. Opened 3 years ago by adrian.

I can no longer see all mirror information in mirrormanager.

Admin access to the mirrormanager web interface used to be controlled by the sysadmin-web group. I think. Not sure if that is the reason.

According to the account system I am still a member of sysadmin-web.


Going to take a look at this

Metadata Update from @pingou:
- Issue assigned to pingou
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: dev, high-gain, medium-trouble

3 years ago

ok, this is the same issue we've had with fedocal in prod (with py2)

Ok, so I took a little bit of a different approach compared to fedocal and I did:

-        if not user.cla_done or len(user.groups) < 1:
+        if 'signed_fpca' not in user.groups:

in mirrormanager2/app.py

Then I adjusted ansible to always ask for the signed_fpca group.

It worked for me, could you check it on your side?

Works for me. Thanks. Closing.

Metadata Update from @adrian:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata
Boards 1
dev Status: Done