Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app-composition-platform-installation.md #1872

Merged
merged 2 commits into from
May 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions docs/acp/user/app-composition-platform-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ use Spryker\Zed\MessageBroker\Communication\Plugin\MessageBroker\TransactionIdMe
use Spryker\Zed\MessageBroker\Communication\Plugin\MessageBroker\ValidationMiddlewarePlugin;
use Spryker\Zed\MessageBroker\MessageBrokerDependencyProvider as SprykerMessageBrokerDependencyProvider;
use Spryker\Zed\MessageBrokerAws\Communication\Plugin\MessageBroker\Receiver\AwsSqsMessageReceiverPlugin;
use Spryker\Zed\MessageBrokerAws\Communication\Plugin\MessageBroker\Sender\AwsSnsMessageSenderPlugin;
use Spryker\Zed\MessageBrokerAws\Communication\Plugin\MessageBroker\Sender\AwsSqsMessageSenderPlugin;
use Spryker\Zed\MessageBrokerAws\Communication\Plugin\MessageBroker\Sender\HttpMessageSenderPlugin;
use Spryker\Zed\OauthClient\Communication\Plugin\MessageBroker\AccessTokenMessageAttributeProviderPlugin;
use Spryker\Zed\Session\Communication\Plugin\MessageBroker\SessionTrackingIdMessageAttributeProviderPlugin;
Expand All @@ -200,8 +198,6 @@ class MessageBrokerDependencyProvider extends SprykerMessageBrokerDependencyProv
public function getMessageSenderPlugins(): array
{
return [
new AwsSnsMessageSenderPlugin(),
new AwsSqsMessageSenderPlugin(),
new HttpMessageSenderPlugin(),
];
}
Expand Down Expand Up @@ -309,7 +305,6 @@ namespace Pyz\Zed\OauthClient;

use Spryker\Zed\OauthAuth0\Communication\Plugin\OauthClient\Auth0OauthAccessTokenProviderPlugin;
use Spryker\Zed\OauthClient\OauthClientDependencyProvider as SprykerOauthClientDependencyProvider;
use Spryker\Zed\OauthDummy\Communication\Plugin\OauthClient\DummyOauthAccessTokenProviderPlugin;
use Spryker\Zed\Store\Communication\Plugin\OauthClient\CurrentStoreReferenceAccessTokenRequestExpanderPlugin;

class OauthClientDependencyProvider extends SprykerOauthClientDependencyProvider
Expand All @@ -320,7 +315,6 @@ class OauthClientDependencyProvider extends SprykerOauthClientDependencyProvider
protected function getOauthAccessTokenProviderPlugins(): array
{
return [
new DummyOauthAccessTokenProviderPlugin(),
new Auth0OauthAccessTokenProviderPlugin(),
];
}
Expand All @@ -346,18 +340,18 @@ You need to define the environment variables in the `deploy.yml` file of *each*

{% info_block warningBox "Warning" %}

It is crucial to specify the keys for the environment variables. The infrastructure values (FIFO queue names) are provided by Spryker OPS upon request.
It is crucial to specify the keys for the environment variables. The infrastructure values, such as `SPRYKER_AOP_INFRASTRUCTURE` and `STORE_NAME_REFERENCE_MAP` are provided by Spryker OPS upon request.

{% endinfo_block %}

<details open>
<summary>General structure</summary>

```json
ENVIRONMENT_VARIABLE_NAME_A:{
ENVIRONMENT_VARIABLE_NAME_A: '{
"CONFIGURATION_KEY_A":"SOME_VALUE_A",
"CONFIGURATION_KEY_B":"SOME_VALUE_B"
}
}'
```
</details>

Expand Down Expand Up @@ -399,7 +393,7 @@ SPRYKER_AOP_INFRASTRUCTURE: '{

#### General configurations: SPRYKER_AOP_APPLICATION variable

The configuration key `APP_CATALOG_SCRIPT_URL`is the URL for the App-Tenant-Registry-Service (ATRS) and path to the JS script to load the ACP catalog. E
The configuration key `APP_CATALOG_SCRIPT_URL`is the URL for the App-Tenant-Registry-Service (ATRS) and path to the JS script to load the ACP catalog.

Example of the production ATRS_HOST and path:

Expand Down Expand Up @@ -484,4 +478,4 @@ To get your project ACP-enabled, contact the [Spryker support](https://spryker.c

Once all the steps of the ACP-enablement process are completed, the ACP catalog appears in the Back Office:

![acp-catalog](https://spryker.s3.eu-central-1.amazonaws.com/docs/aop/app-orchestration-platform-overview/aop-catalog.png)
![acp-catalog](https://spryker.s3.eu-central-1.amazonaws.com/docs/aop/app-orchestration-platform-overview/aop-catalog.png)