-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add OPAProperties to structure properties #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! Looks like a solid imrovement to me. This is backwards compatible, right? Anything we need to the docs, or update? Looks like some tests are failing, so that'd be good to look into.
Hi @anderseknert, thanks for your review.
Yes, I suppose these changes are backward compatible since public constructors/methods of
I'd suggest that we can update the docs after implementing #22 since after that we could use the features of auto-configuration and configuration-properties.
The new tests were passing, however the old tests were failing. By enabling more logs, it seems OPA v1 + nginx have some problems and OPAClient does not return any response (exception: |
Sorry, forgot to check back here! Just had a question on your change just now, but with that out of the way we can have this merged. |
Thanks a lot! 👌 |
Docker can't map a port on the localhost interface? I thought that was just some docker compose thing. |
It seems by default in OPA v1.0+ server is exposed on |
Excellent 👍 |
Implements #21