-
Spryker Commerce Framework DI Magic
After many requests to add more magic to Spryker framework, our architects found a graceful way to enable magic DI. The new approach enables you to get a business models skipping Factory and Dependency provider functions! We currently consider 3x DI (dependency injection) containers, popular in PHP community: PHP-DI…
-
🛠️ Reworked Community Extensions & Tools List - Your input is needed 🧰
Heyhey and happy new year!! 🥂 We used the calm days to rework our Community Tools list 💪and the following features are now added to make it more useful: Tags Filter for Tags, License and Creator Search Sorting/Ordering of columns You will find the list here: CQ Community Extensions & Tools With this list we want to provide…
-
Keycloak as an IDP in Stryker
Hi, are there any instructions on how to connect Keycloak as an IDP? At the moment we have a connection but I think that is too over engineered. The second problem is... a change in the spryker/security package to version 1.8 Thanks in advance.
-
I am trying to Create standalone modules - bug
This command is not working vendor/bin/spryker-dev-console dev:module:create your-company-name.product-category get error vendor/bin/spryker-dev-console: No such file or directory I created module under vendor using this command vendor/bin/spryk-run AddModuleDefault --mode=core --module=ProductCategory --application=Zed…
-
OpenTelemetry collector
Hello again! I've been following the development of the OpenTelemetry integration and first of all: good job, looking good! The default exporter endpoint is http://collector:4317, which is obviously semi-trivial to set up in a local container. What I'm wondering is, is there already a collector available in the Spryker…
-
Class "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" not found
Hi Everyone After upgradding my code using code buddy when i am opening yves portal i am gettin a error like : Class "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" not found Please suggeat me !
-
Interface "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface"
Hi everyone, I'm facing an issue with the Spryker Merchant Portal. When I try to open the portal, I encounter the following error: Interface "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" not found I am getting this error after upgrading my code while opening merchant portal.
-
Docker Desktop + Mac -> Mailware detected
Heyhey, i noticed that we have people affected by a malware warning when using docker desktop on a mac. If you are also curious and/or struggling about that, please have a look here: https://github.com/docker/for-mac/issues/7520…
-
Automatic CC in support portal
Is there a way to add an "additional notification recipient" automatically to every support ticket in the support portal? The problem is that our customers usually have their own portal accounts with their own email addresses, and our development team doesn't necessarily get notified on new and updated tickets unless we…
-
Issue with Evaluator and Upgrader Pipelines
Hi Team, I’m currently using the Upgrader tool and have run pipelines for both Evaluator and Upgrader. However, I’m encountering an error during the process. Has anyone faced a similar issue or could provide guidance on resolving this?
-
Restrict access some Endpoints to GlueBackendAPI for certain users using OAuth
We use GlueBackendAPI to give access for 3rd Party services to our data. They all autheticate using OAuth. OAuth has so calles scopes to restrict access to certain endpoints. This is also said in the Documentation but no examples how to do that. There is a manual of how to create a scope, but nothing about how to relate a…
-
Authorization code implementation of oauth2
Hi spryker! I've been trying to implement a "auth code" "driver" for the oath2 module so that I can authenticate and get an access token for the Glue API without providing user passwords. I've hit the page below, followed the instructions, but it's broken. "AuthCodeGrant" class is missing entirely (looked in GitHub history…