Skip to content

Update add-variables page #3026

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

Closed
wants to merge 5 commits into from
Closed
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
22 changes: 22 additions & 0 deletions docs/ca/dev/add-variables-in-the-parameter-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,28 @@ The following variables are arranged from lower to higher priority:

The following sections describe how to add parameters and secrets for different resources.

**Note:** The next variables should be requested by a ticket on [Support Portal](https://support.spryker.com/) in "(Infrastructure Change Request > Change to existing parameter store variable)"

* /{project}/{environment}/secret/scheduler/limited/{variable_name}

* /{project}/{environment}/secret/pipeline/limited/{variable_name}

* /{project}/{environment}/secret/infra/limited/{variable_name}

* /{project}/{environment}/secret/common/limited/{variable_name}

* /{project}/{environment}/secret/app/limited/{variable_name}

* /{project}/{environment}/config/scheduler/limited/{variable_name}

* /{project}/{environment}/config/pipeline/limited/{variable_name}

* /{project}/{environment}/config/infra/limited/{variable_name}

* /{project}/{environment}/config/common/limited/{variable_name}

* /{project}/{environment}/config/app/limited/{variable_name}

### Add parameters to all resource types

1. In the AWS Management Console, go to **Services&nbsp;<span aria-label="and then">></span> Parameter Store**.
Expand Down
Loading