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..
I have installed the health-check module. The Zed health-check wants a password. Is there any way ar
Comments
-
have you added the entry to you ACL rules, like
0 -
But By the way, is the old heart-beat module obsolete and should be replaced by this new one? Maybe anyone knows
0 -
https://github.com/spryker-shop/b2c-demo-shop/blob/master/config/Shared/config_default.php#L123 here is the config for ACL in current shop suite
0 -
Yes, @UM53ZHLTF, this is a replacement for heartbeat module.
0 -
ok thanks @valerii.trots nice to know
0 -
Should have read the module desciption more carefully π
Deprecated Heartbeat module. Use HealthCheck module instead.
0 -
The ACL Rules did not help π i replaced the old rules for heartBeat
0 -
just tried it out and also doesn't work for me
0 -
I forwarded the problem internally and am waiting for a feedback.
0 -
thx
0 -
// ACL: Allow or disallow of urls for Zed Admin GUI for ALL users $config[AclConstants::ACL_DEFAULT_RULES] = [ ... [ 'bundle' => 'health-check', 'controller' => 'index', 'action' => 'index', 'type' => 'allow', ], ... ];
// ACL: Allow or disallow of urls for Zed Admin GUI $config[AclConstants::ACL_USER_RULE_WHITELIST] = [ ... [ 'bundle' => 'health-check', 'controller' => 'index', 'action' => 'index', 'type' => 'allow', ], ];
healthCheck
tohealth-check
0 -
tried both actually
0 -
π€
0 -
is it working for you on the current suite (demo)? Maybe there is a dependency or so blocking it.
0 -
I'm checking now.
0 -
ok so smt on our setup is wrong. I try it on Monday with extended debugging π thx for the effort
0 -
@UM53ZHLTF we added the line
$this->addIgnorable('health-check', 'index', 'index');
in the
\Pyz\Zed\Auth\AuthConfig
0 -
and it now works
0 -
Thanks for the feedback @UNMD3G6CD. Seems like this info is missing in the documentation as the mentioned line is present in our demoshops: https://github.com/spryker-shop/suite/blob/master/src/Pyz/Zed/Auth/AuthConfig.php. I'll forward the problem to our documentation team so they have to fix integration guide.
0 -
perfect thx!
0 -
Integration guide has been updated. https://documentation.spryker.com/docs/health-checks
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 74 Spryker News
- 911 Developer Corner
- 771 Spryker Development
- 87 Spryker Dev Environment
- 361 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 69 Spryker Safari Questions
- 50 Random