lsmacedo/rdm

Add environment variables support to remote mapping

Closed this issue · 0 comments

Allow to set headers from RDM Object. Suggestion:

...
"headers": {
  "Authentication": "'Bearer ' + env.API_AUTH"
},
...