Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Anonymous Status Checks #297

Closed
nniehoff opened this issue Apr 13, 2021 · 1 comment · Fixed by #302
Closed

Allow Anonymous Status Checks #297

nniehoff opened this issue Apr 13, 2021 · 1 comment · Fixed by #302
Assignees
Labels
type: feature Introduction of new or enhanced functionality to the application

Comments

@nniehoff
Copy link
Contributor

Environment

  • Python version: 3.6
  • Nautobot version: 1.0b3

Proposed Functionality

Provide an endpoint to check the Nautobot service status. At a minimum, this should reflect the database, Redis, and Django status. It should return a 200 response if OK and 500 if there is some issue. This endpoint should not require authentication.

Use Case

This endpoint could be used for a docker health check, Kubernetes readiness check, or any generic load balancer check.

Database Changes

None

External Dependencies

Perhaps none (i.e. /api/status is used), but perhaps worth considering something like django-health-check.

@nniehoff
Copy link
Contributor Author

Closed with #302

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new or enhanced functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants