-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.17.0
Description of problem:
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. # curl -k -X POST -u admin:changeme -H 'Accept: application/json' -H 'Content-Type: application/json' -i 'https://satellite.redhat.com/api/http_proxies' --data '{"http_proxy": { "name": "test_proxy", "url": "https://env-proxy-03.example.com:3401", "organization_ids": [1], "content_default_http_proxy": true }}'
.
.
{"id":10,"name":"test_proxy","url":"[https://env-proxy-03.example.com:3401|https://env-proxy-03.example.com:3401/]","username":null,"password":null,"cacert":null}
Actual behavior:
content_default_http_proxy value is not in the response of "POST /api/http_proxies"
Expected behavior:
content_default_http_proxy value is added in the response of "POST /api/http_proxies"
Business Impact / Additional info:
content_default_http_proxy value is added already in the response of "GET /api/http_proxies"