You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @manfredsteyer, at first thanks!! it was a big pleasure for me to study your materials.
Maybe I didn't understand it well but when I'm using default boundaries from the init generator there is a restriction that only type APP can access type API.
How then it should be possible to access API of one domain in another as mentioned in next img --
I can't find any information about this specific part of DDD.
Thanks.
The text was updated successfully, but these errors were encountered:
So note that: "Access to APIs such as catalog-api must be explicitly granted to individual domains."
and: "In addition, this example also shows the domain Ordering which, according to the context mapping, has access to the CatalogApi. For this, the example uses a name prefix to make sure that only selected libraries are allowed to access the api."
Hello @manfredsteyer, at first thanks!! it was a big pleasure for me to study your materials.
Maybe I didn't understand it well but when I'm using default boundaries from the init generator there is a restriction that only type APP can access type API.
How then it should be possible to access API of one domain in another as mentioned in next img --
I can't find any information about this specific part of DDD.
Thanks.
The text was updated successfully, but these errors were encountered: