Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
jetconf
jetconf
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • labs
  • jetconfjetconf
  • Issues
  • #41

Closed
Open
Opened Jul 13, 2020 by Jake Holland@GrumpyOldTroll

WSGI integration (feature request)

In some environments (e.g. Elastic Beanstalk) python generally use WSGI to integrate more efficiently with nginx or other web servers.

It would be nice if jetconf had WSGI support to handle this mode of operation, by defining an "application(environ, start_response)" entry point that can be used to receive requests and provide appropriate RESTCONF responses when invoked by a WSGI gateway, rather than listening on a socket as when jetconf is executed from the command line.

https://www.python.org/dev/peps/pep-3333/#abstract

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: labs/jetconf#41