You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On new x, and then clicking deploy, the authentication header sent is this hard coded key even though auth add .... was done explicitly. The best I can figure so far is that maybe this key is somehow leaking threre.
The text was updated successfully, but these errors were encountered:
origin: kubernetes-sigs/kui#468
I'm not sure why this is hardcoded - it's not really guaranteed to be true for local deployment and leads to surprising results.
https://github.com/IBM/kui/blob/0a411997976f46ff4be03ac27b49ebb27b42df4c/plugins/plugin-openwhisk/src/lib/cmds/auth.ts#L401
On
new x
, and then clicking deploy, the authentication header sent is this hard coded key even thoughauth add ....
was done explicitly. The best I can figure so far is that maybe this key is somehow leaking threre.The text was updated successfully, but these errors were encountered: