Skip to content

Commit

Permalink
Docker system restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Astitva committed Mar 23, 2024
1 parent 54b7bd2 commit fd50e57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/conf.allow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rule.libms.action=allow
rule.libms.rule=PathPrefix(`/lib`)

rule.onlyu1.action=allow
rule.onlyu1.rule=PathPrefix(`/user1`)

rule.onlyu2.action=allow
rule.onlyu2.rule=PathPrefix(`/user2`)
10 changes: 10 additions & 0 deletions docker/conf.auth
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
rule.libms.action=auth
rule.libms.rule=PathPrefix(`/lib`)

rule.onlyu1.action=auth
rule.onlyu1.rule=PathPrefix(`/user1`)
rule.onlyu1.whitelist = [email protected]

rule.onlyu2.action=auth
rule.onlyu2.rule=PathPrefix(`/user2`)
rule.onlyu2.whitelist = [email protected]

0 comments on commit fd50e57

Please sign in to comment.