Skip to content

Commit

Permalink
Feature/SK-1167 | Add endpoint to auth (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi authored Nov 6, 2024
1 parent 804e0a3 commit 70a6486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fedn/network/grpc/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"/fedn.Control/Stop": ["controller"],
"/fedn.Control/FlushAggregationQueue": ["controller"],
"/fedn.Control/SetAggregator": ["controller"],
"/fedn.Control/SetServerFunctions": ["controller"],
}

ENDPOINT_WHITELIST = [
Expand All @@ -26,6 +27,7 @@
"/fedn.Control/Stop",
"/fedn.Control/FlushAggregationQueue",
"/fedn.Control/SetAggregator",
"/fedn.Control/SetServerFunctions",
]

USER_AGENT_WHITELIST = ["grpc_health_probe"]
Expand Down

0 comments on commit 70a6486

Please sign in to comment.