File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dns_infoblox_uddi_add() {
3535 _saveaccountconf_mutable Infoblox_UDDI_Key " $Infoblox_UDDI_Key "
3636 _saveaccountconf_mutable Infoblox_Portal " $Infoblox_Portal "
3737
38- export _H1=" Authorization: token $Infoblox_UDDI_Key "
38+ export _H1=" Authorization: Token $Infoblox_UDDI_Key "
3939 export _H2=" Content-Type: application/json"
4040
4141 zone_url=" https://$Infoblox_Portal /api/ddi/v1/dns/auth_zone"
@@ -126,7 +126,7 @@ dns_infoblox_uddi_rm() {
126126 _debug fulldomain " $fulldomain "
127127 _debug txtvalue " $txtvalue "
128128
129- export _H1=" Authorization: token $Infoblox_UDDI_Key "
129+ export _H1=" Authorization: Token $Infoblox_UDDI_Key "
130130 export _H2=" Content-Type: application/json"
131131
132132 zone_url=" https://$Infoblox_Portal /api/ddi/v1/dns/auth_zone"
You can’t perform that action at this time.
0 commit comments