What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, I’ve noticed in the new latest version of b2c demoshop there are 3 new applications in the `

UKEP86J66
UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

Hi all, I’ve noticed in the new latest version of b2c demoshop there are 3 new applications in the public directory: https://github.com/spryker-shop/b2c-demo-shop/tree/master/public

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,051 ⚖️ - Guardians (admin)

    Heyhey @UKEP86J66,
    in the code the namespace in the source-folder is still “Zed” for the applications backoffice, backend-api and backend-gateway. the latest release added 3 new entrypoints, the “zed” one in the public folder is for backwards compatibility. “Backoffice” is - so my understanding - the new name for the adminpanel/zed-ui/administration-tool to have a less technical name for business users. With the separation of the other entrypoints backend-api and backend-gateway I think you have now better possibilities to control them via your webserver-settings incl. security (for example dont make backend-gateway public available at all)

  • UKEP86J66
    UKEP86J66 Posts: 208 🧑🏻‍🚀 - Cadet

    Hi @florian.scholz thanks that is what we guessed, it’s good to have this confirmed. We already have correct permissions on our internal/external Zed connections but we will look into migrating to these new endpoints as part of our next upgrade.