Skip to content

Commit

Permalink
ci: reenable token generator deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
tronghn committed Nov 22, 2024
1 parent 2b8a547 commit 6f0d20b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- azure
- idporten
- maskinporten
#include:
# - module: azure
# token-generator: true
# - module: idporten
# token-generator: true
include:
- module: azure
token-generator: true
- module: idporten
token-generator: true
steps:
- name: Checkout latest code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
Expand Down
6 changes: 6 additions & 0 deletions .nais/idporten-token-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: "aura"
labels:
team: "aura"
annotations:
texas.nais.io/enabled: "true"
spec:
image: {{image}}
port: 8080
Expand Down Expand Up @@ -43,3 +45,7 @@ spec:
scopes:
consumes:
- name: nav:test/api
observability:
autoInstrumentation:
enabled: true
runtime: sdk

0 comments on commit 6f0d20b

Please sign in to comment.