Skip to content

Commit

Permalink
document OST overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 authored Jan 3, 2024
1 parent 05c9d2a commit 68487ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/blocks/ost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ perform the following:
- open devtools console,
- execute `copy(adobeIMS.getAccessToken().token)`,
- add token to OST URL querystring, e.g.: `https://mwpw-127984--milo--vladen.hlx.page/tools/ost?token=eyJhb...`

## Settings

| Parameter | WCS & AOS Env | WCS & AOS landscape | Example |
| :---: | :---: | :---: | :---: |
| default (no parameter) | Prod | PUBLISHED | https://milo.adobe.com/tools/ost |
| ?wcsLandscape | Prod | DRAFT | https://milo.adobe.com/tools/ost?wcsLandscape=DRAFT |
| ?env=stage | Stage | ALL | https://milo.adobe.com/tools/ost?env=stage |

Please note that the last parameter is not yet fully functional (env=stage). It will swithc OST to use aos-stg env but will still use the prod token, so OST won't find any offer. This is to be fixed when the need to use env=stage comes.

0 comments on commit 68487ac

Please sign in to comment.