Skip to content

Commit

Permalink
feat: enable API key auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Jan 8, 2025
1 parent ef3bbfb commit 10f952b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ietf/api/views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ class MonitoringResult:
class MonitoringView(APIView):
"""Monitoring / status check DRF API view"""

authentication_classes = []
permission_classes = [] # allow any for testing
# api_key_endpoint = "ietf.api.core_api.monitoring"
api_key_endpoint = "ietf.api.core_api.monitoring"

@extend_schema(
responses=MonitoringResultSerializer(many=True),
Expand Down

0 comments on commit 10f952b

Please sign in to comment.