ansible/awx

User auth field not documented in OPTIONS

Open

#2.301 geöffnet am 21. Sept. 2018

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (13.071 Stars) (3.333 Forks)batch import
Hacktoberfestcomponent:apigood first issuehelp wantedtype:enhancement

Beschreibung

ISSUE TYPE
  • Bug Report
COMPONENT NAME
  • API
SUMMARY

The user serializer provides the auth field but it is not present in OPTIONS

ENVIRONMENT
  • AWX version: 1.0.8
  • AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker
  • Ansible version: X.Y.Z
  • Operating System:
  • Web Browser:
STEPS TO REPRODUCE

GET /api/v2/users/

OPTIONS /api/v2/users/

EXPECTED RESULTS

Fields match, GET vs. OPTIONS

ACTUAL RESULTS

auth field returned but not in options.

Also, the field is not present in the access_list endpoints, and I would argue that it should be.

ADDITIONAL INFORMATION

Contributor Guide