Skip to content

Commit 3513825

Browse files
fix(network): Added network sls to top file to solve default credentials issue
1 parent d7cc9eb commit 3513825

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

nomad/init.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
sudo docker ps -a (Get the container id)
22
sudo docker exec -it {{ container_id }} /bin/sh
3-
vault operator init -recovery-shares=1 -recovery-threshold=1
3+
vault operator init -recovery-shares=1 -recovery-threshold=1
4+
5+
vault write auth/gcp/role/my-iam-role type="iam" policies="dev,prod" bound_service_accounts="lynxbot@pixelynx-staging.iam.gserviceaccount.com"

packer/salt/top.sls

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ client:
44
- docker
55
- consul
66
- nomad
7+
- network
78

89
server:
910
'*':
1011
- pkg
1112
- docker
1213
- consul
13-
- nomad
14+
- nomad
15+
- network

0 commit comments

Comments
 (0)