Separate Forward auth into it's own models + controller
This commit is contained in:
11
test/fixtures/forward_auth_rules.yml
vendored
Normal file
11
test/fixtures/forward_auth_rules.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
domain_pattern: MyString
|
||||
policy: 1
|
||||
active: false
|
||||
|
||||
two:
|
||||
domain_pattern: MyString
|
||||
policy: 1
|
||||
active: false
|
||||
Reference in New Issue
Block a user