Skip to content

Commit

Permalink
Add OpenID Connect integration (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 authored Sep 23, 2024
1 parent 43aeadd commit 76d9c96
Show file tree
Hide file tree
Showing 12 changed files with 1,078 additions and 33 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
juju-channel: 3.4/stable
self-hosted-runner: true
self-hosted-runner-label: "edge"
microk8s-addons: "dns ingress rbac storage metallb:10.64.140.43-10.64.140.49"
pre-run-script: tests/integration/prepare.sh
4 changes: 4 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ CVE-2023-5685
CVE-2021-37714

Check notice on line 11 in .trivyignore

View workflow job for this annotation

GitHub Actions / load-tests / Scan Image (ghcr.io-canonical-penpot-93230d57b87d943ceea8032aadee96facfb5d008-_2.1.1_amd64.tar)

CVE-2021-37714 not present anymore, can be safely removed.
CVE-2022-1471
CVE-2024-21634
CVE-2024-22871
CVE-2024-7885
CVE-2024-1635
# nodejs
CVE-2024-37890
# clojure
CVE-2024-22871
# pebble
CVE-2024-34156
4 changes: 4 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ requires:
interface: smtp
limit: 1
optional: true
oauth:
interface: oauth
limit: 1
optional: true

resources:
penpot-image:
Expand Down
Loading

0 comments on commit 76d9c96

Please sign in to comment.