Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customisable token headers #6

Closed
c0c0n3 opened this issue Dec 17, 2019 · 2 comments
Closed

Customisable token headers #6

c0c0n3 opened this issue Dec 17, 2019 · 2 comments

Comments

@c0c0n3
Copy link
Member

c0c0n3 commented Dec 17, 2019

What we will need for the future (not now), is a description of how to add/change the headers that will go into the signature process. But this is step 2

@gboege I reckon if it's just about choosing the header names to use, that's a no-brainer. It can be done with Istio operator config when mapping incoming requests to Mixer attributes as in:

https://github.com/orchestracities/boost/blob/dev/deployment/sample_operator_cfg.yaml#L27

@c0c0n3 c0c0n3 added the feature label Dec 17, 2019
@c0c0n3 c0c0n3 added this to the First public demo milestone Dec 17, 2019
@c0c0n3
Copy link
Member Author

c0c0n3 commented Dec 17, 2019

For now, change "ids-dth" on line 27

https://github.com/orchestracities/boost/blob/dev/deployment/sample_operator_cfg.yaml#L27

to "header" as in:

ids_dth_header:  request.headers["header"]

@c0c0n3
Copy link
Member Author

c0c0n3 commented Jan 13, 2020

Implemented by PR #12---see note there.

@c0c0n3 c0c0n3 closed this as completed Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant