ansible/awx

User auth field not documented in OPTIONS

開放

#2,301 建立於 2018年9月21日

 (3 則留言) (0 個反應) (0 位負責人)Python (3,333 個分叉)batch import
Hacktoberfestcomponent:apigood first issuehelp wantedtype:enhancement

倉庫指標

星標
 (13,071 顆星)
PR 合併指標
 (平均合併 24天 6小時) (30 天內合併 30 個 PR)

描述

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

貢獻者指南