mkocka / fm-orchestrator

Forked from fm-orchestrator 7 years ago
Clone

88aca05 Replace query to FAS with OIDC groups scope check.

Authored and Committed by ralph 7 years ago
    Replace query to FAS with OIDC groups scope check.
    
    This removes our query to FAS and fixes #304.
    
    It is more flexible too, where we can now configure production to only
    allow in members of the `modularity-wg` group, and then later open it up
    to all packagers after F26 is out (as was agreed with FESCo).
    
    In the process of working on this, I discovered that #305 is not
    necessary.  We don't need our own scope; we can just use the `groups`
    scope as done here.
    
        
file modified
+1 -0
file modified
+2 -1
file modified
+5 -12
file modified
+20 -1
file modified
+31 -30
file modified
+9 -17
file modified
+6 -35
file modified
+10 -17
file modified
+32 -52