Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/v4/connectors/extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Steeltoe Connectors cover a fixed set of supported data stores and messaging sys
They are not open-ended plug-ins; extensibility means shaping platform credentials into the connection strings external drivers for those built-in connectors already understand.

Connectors map credentials from [Cloud Foundry service bindings](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/elastic-application-runtime/10-3/eart/binding-credentials.html) and
[Service Binding Spec for Kubernetes](https://github.com/servicebinding/spec#well-known-secret-entries) into configuration keys starting with `steeltoe:service-bindings` and merge them with local settings from `Steeltoe:Client`.
[Service Binding Spec for Kubernetes](https://github.com/servicebinding/spec#well-known-secret-entries) into configuration keys starting with `steeltoe:service-bindings` and merges them with local settings from `Steeltoe:Client`.
Comment thread
TimHess marked this conversation as resolved.
Outdated
Each connector runs the binding logic for its own service type.

Comment thread
bart-vmware marked this conversation as resolved.
To use a third-party `VCAP_SERVICES` structure, populate the `steeltoe:service-bindings` keys yourself.
Expand Down
Loading