uwsgi deployment model and pre-singed functions have conflicts

Bug #1700900 reported by yangzhenyu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zaqar
In Progress
Undecided
yangzhenyu

Bug Description

I followed the official document to deploy zaqar, and used the uwsgi model.

In this doc https://github.com/openstack/zaqar/blob/master/install-guide/source/install-rdo.rst

6. Create /srv/zaqar/zaqar_uwsgi.py with the following content:

from keystonemiddleware import auth_token
from zaqar.transport.wsgi import app

app = auth_token.AuthProtocol(app.app, {})

This configuration causes all API to require auth token.

And It conflicts with the pre-singed functionality.

Changed in zaqar:
assignee: nobody → yangzhenyu (cdyangzhenyu)
Changed in zaqar:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on zaqar (master)

Change abandoned by "wangxiyuan <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/zaqar/+/478409

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.