Release v0.2.0 #728
srenatus
started this conversation in
OPA Control Plane
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release brings two new features: Auto-mounting matching stacks, and mutual TLS (mTLS) for SQL databases.
Warning
The auto-mounting of stacks is backwards-incompatible, since it changes the default behavior.
See below for how to opt-out of this new behavior if it's a bad fit for your setup.
Auto-mounting Stacks
When a stack's selectors match, it'll now be injected with a prefix of
You can opt out of this behavior by providing bundle options:
Existing
prefixsettings on the stack's requirements are respected, soWill cause lib1 to be mounted on
data.stacks.stack1.imported_lib1.mTLS for SQL databases
You can now supply a client TLS certificate and private key for the database connection via "secrets". For example:
...and since secret lookup respects env vars, you can supply the certificates via env vars.
Note
Credentials that are used with the database don't get stored in the database. So they won't be available through the secrets API endpoints after the service has started.
What's Changed
Full Changelog: open-policy-agent/opa-control-plane@v0.1.0...v0.2.0
Beta Was this translation helpful? Give feedback.
All reactions