| Summary: | Memcached not built with SASL support | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mike Burns <mburns> | |
| Component: | memcached | Assignee: | Lon Hohberger <lhh> | |
| Status: | CLOSED WONTFIX | QA Contact: | yeylon <yeylon> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 7.0 (Kilo) | CC: | apevec, hbrock, jschluet, lars, lhh, markmc, mburns, mlichvar, qe-baseos-daemons, srevivo, yeylon, yguenane | |
| Target Milestone: | z4 | Keywords: | ZStream | |
| Target Release: | 7.0 (Kilo) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1263696 | |||
| : | 1304493 (view as bug list) | Environment: | ||
| Last Closed: | 2016-02-03 22:06:00 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | 1263696 | |||
| Bug Blocks: | 1252087, 1304493 | |||
|
Description
Mike Burns
2016-02-03 17:59:00 UTC
There are a number of potential worries about implementing SASL support in memcached:
a) The python-memcached client does not appear to support SASL, so
any python application using it will not benefit from running
memcached with SASL turned on
b) The python-binary-memcached client is not part of RHEL OSP
c) Clients written to the python-memcached APIs may not work with
python-binary-memcached. While several APIs match up fairly well,
several do not.
At a quick glance, this may affect at minimum:
openstack-heat (openstack-heat-common)
openstack-keystone (python-keystone)
openstack-nova (python-nova)
Also openstack-designate (python-designate) The above clients all seem to use the standard python-memcache API, and do not appear to have SASL support. It also appears that memcached when run with SASL enabled will not work with non-SASL clients. Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |