File tree 4 files changed +22
-21
lines changed
4 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : kafka.nais.io/v1
2
2
kind : Topic
3
3
metadata :
4
- name : privat-tbk-hentfagsystemsbehandling-request-topic
5
- namespace : teamfamilie
4
+ name : privat-tbk-hentfagsystemsbehandling
5
+ namespace : tilbake
6
6
labels :
7
- team : teamfamilie
7
+ team : tilbake
8
8
spec :
9
9
pool : nav-prod
10
10
config : # optional; all fields are optional too; defaults shown
@@ -15,19 +15,18 @@ spec:
15
15
retentionBytes : -1 # -1 means unlimited
16
16
retentionHours : 72 # -1 means unlimited
17
17
acl :
18
- - team : teamfamilie
19
- application : familie-tilbake # owner
18
+ - team : tilbake
19
+ application : tilbakekreving-backend # owner
20
20
access : readwrite # readwrite
21
21
- team : teamfamilie
22
22
application : familie-ba-sak # owner
23
23
access : read # readwrite
24
24
- team : teamfamilie
25
25
application : familie-ks-sak
26
- access : read # read
26
+ access : read # read
27
27
- team : teamfamilie
28
28
application : familie-ef-iverksett # owner
29
29
access : read # readwrite
30
30
- team : teamfamilie
31
31
application : familie-tilbake-kafka-manager # forvalter
32
32
access : read # read
33
-
Original file line number Diff line number Diff line change 1
1
apiVersion : kafka.nais.io/v1
2
2
kind : Topic
3
3
metadata :
4
- name : privat-tbk-hentfagsystemsbehandling-respons-topic
5
- namespace : teamfamilie
4
+ name : privat-tbk-hentfagsystemsbehandling-svar
5
+ namespace : tilbake
6
6
labels :
7
- team : teamfamilie
7
+ team : tilbake
8
8
spec :
9
9
pool : nav-prod
10
10
config : # optional; all fields are optional too; defaults shown
@@ -15,19 +15,18 @@ spec:
15
15
retentionBytes : -1 # -1 means unlimited
16
16
retentionHours : 72 # -1 means unlimited
17
17
acl :
18
- - team : teamfamilie
19
- application : familie-tilbake # owner
18
+ - team : tilbake
19
+ application : tilbakekreving-backend # owner
20
20
access : readwrite # readwrite
21
21
- team : teamfamilie
22
22
application : familie-ba-sak # owner
23
23
access : write # readwrite
24
24
- team : teamfamilie
25
25
application : familie-ks-sak
26
- access : write # readwrite
26
+ access : write # readwrite
27
27
- team : teamfamilie
28
28
application : familie-ef-iverksett # owner
29
29
access : write # readwrite
30
30
- team : teamfamilie
31
31
application : familie-tilbake-kafka-manager # forvalter
32
32
access : read # read
33
-
Original file line number Diff line number Diff line change 1
1
apiVersion : unleash.nais.io/v1
2
2
kind : ApiToken
3
3
metadata :
4
- name : familie-klage
5
- namespace : teamfamilie
4
+ name : tilbakekreving-backend
5
+ namespace : tilbake
6
6
labels :
7
- team : teamfamilie
7
+ team : tilbake
8
8
spec :
9
9
unleashInstance :
10
10
apiVersion : unleash.nais.io/v1
11
11
kind : RemoteUnleash
12
- name : teamfamilie
13
- secretName : familie-tilbake -unleash-api-token
12
+ name : tilbake
13
+ secretName : tilbakekreving-backend -unleash-api-token
14
14
15
15
# Specify which environment the API token should be created for.
16
16
# Can be one of: development, or production.
17
- environment : production
17
+ environment : production
Original file line number Diff line number Diff line change @@ -20,12 +20,15 @@ jobs:
20
20
ENVIRONMENT : dev-gcp:tilbake
21
21
deploy-prod :
22
22
runs-on : ubuntu-latest
23
+ permissions :
24
+ contents : " read"
25
+ id-token : " write"
23
26
steps :
24
27
- name : Checkout code
25
28
uses : actions/checkout@v4
26
29
- name : deploy unleash api-token to prod
27
30
uses : nais/deploy/actions/deploy@v2
28
31
env :
29
- APIKEY : ${{ secrets.NAIS_DEPLOY_APIKEY }}
30
32
CLUSTER : prod-gcp
31
33
RESOURCE : .deploy/nais/unleash/unleash-apitoken-prod.yaml
34
+ ENVIRONMENT : prod-gcp:tilbake
You can’t perform that action at this time.
0 commit comments