Skip to content

Commit

Permalink
FIX: Adding trait authenticated_role_bindings as config value (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc authored Jul 8, 2022
1 parent 795c889 commit fd5be25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda-store-server/conda_store_server/server/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class RBACAuthorizationBackend(LoggingConfigurable):
"filesystem/*": {"viewer"},
},
help="default permissions to apply to specific resources",
config=True,
)

@staticmethod
Expand Down

0 comments on commit fd5be25

Please sign in to comment.