How to bind member services inside of a composite service package?

In a composite package we are building, we have defined a pkg_bind_map, but when we load the composite we seem not to be able to access values for things like member.sys.ip in the configuration template of a serviceB which is bound to serviceA.

Is there an addition step we are missing to actually activate the binding? If we use the --bind flag when loading the service we can access member.sys.ip.

@christophermaier, this seems like a very “you” question :slight_smile:

I suspect this is related to https://github.com/habitat-sh/habitat/issues/5448, which I’m literally working on right now.

1 Like