You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/stacks/legacy-core-publishing/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ This stack deploys the necessary services and dependencies to work with the lega
4
4
5
5
The stack uses the sandbox instance of dp-identity-api to simplify the approach to using auth.
6
6
7
+
By default this uses a local version of dp-permissions-api and runs in the de-centralised permissions mode as this what we
8
+
are currently developing towards.
9
+
7
10
## Initialisation
8
11
9
12
To connect to the dp-identity-api in sandbox you will need to port forward the address.
@@ -43,14 +46,14 @@ To run the stack:
43
46
COMPOSE_FILE=core-deps.yml:core.yml
44
47
```
45
48
46
-
3. Ensure that the AWS access keys (environment variables) in local.env are up to date (and delete the word 'export' before each new one copied across).
47
-
48
-
4. Build and start the stack:
49
+
3. Build and start the stack:
49
50
50
51
```shell
51
-
make up
52
+
make up-with-seed
52
53
```
53
54
55
+
`up-with-seed` seeds the `dp-permissions-api` with the appropriate permissions. You may need to restart other services to pick up the latest bundle if this is your first time.
56
+
54
57
For more information on working with the stack and other make targets, see the [general stack guidance](../README.md#general-guidance-for-each-stack).
0 commit comments