hawtio / hawtio-oauth

OAuth integration plugins for hawtio 2.x
Apache License 2.0
6 stars 14 forks source link

Copy "Authorization:" Header over to `X-Authorization` before contacting Jolokia #11

Closed rhuss closed 9 years ago

rhuss commented 9 years ago

On OpenShift this would allow Jolokia accessed through the OpenShift proxy to validate the token, too. OpenShift itself filters the original Authorization:

I hope this is the proper project for this Issue.

gashcrumb commented 9 years ago

@rhuss Oh right, I actually did that here -> https://github.com/hawtio/hawtio-jmx/commit/67997dfd5a3f207307afb56b794f8a8f17365800 though it's specifically done when jolokia's being used.

rhuss commented 9 years ago

That's perfectly fine, thanks ;-)