-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.Pillarstale
Milestone
Description
salt['http.query'] function support lots of parameters via utils/http.py.
However, only 'url' parameter supported in salt/salt/pillar/http_json.py now.
Could we add support for other parameters such as header_dict so that we can do some authorization stuff by:
ext_pillar:
- http_json:
url: http://example.com/api/minion_id
header_dict: {foo: bar}
key_foo: value_bar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Corerelates to code central or existential to Saltrelates to code central or existential to SaltFeaturenew functionality including changes to functionality and code refactors, etc.new functionality including changes to functionality and code refactors, etc.Pillarstale