chainlink icon indicating copy to clipboard operation
chainlink copied to clipboard

[FEAT] Allow to set headers on External Adaptor calls

Open jpiabrantes opened this issue 1 year ago • 1 comments

Description I want to protect an external adaptor so that only whitelist nodes can access it.

Right now, I can protect whoever makes requests to my operator.

Requesters -> Operator -> External Adaptor (This is secured!)

However, I can't protect who calls my External Adaptor directly.

Malicious Actor -> External Adaptor (Not secured)

Ideally on the UI below, we would be able to set an auth header with a secret api key. Screenshot 2022-09-14 at 14 29 16

jpiabrantes avatar Sep 14 '22 13:09 jpiabrantes

Hi @jpiabrantes, thank you for the new feature suggestion and we will talk to the engineering team to see if this new feature can be added in following version.

QingyangKong avatar Sep 20 '22 03:09 QingyangKong