Files
fm-orchestrator/.gitignore
Ralph Bean 88aca055ce 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.
2017-02-10 15:50:41 -05:00

15 lines
208 B
Plaintext

*.pyc
module_build_service.db
server.crt
server.key
.vagrant
.idea
/dist/
/module_build_service.egg-info/
build/
test_module_build_service.db
.mbs_local_build.db
*.src.rpm
.test_module_build_service.db
.eggs