feat(penpot) enable OIDC login
This commit is contained in:
parent
a4af310d8b
commit
70938c8e60
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ maintainers:
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.19.3
|
appVersion: 1.19.3
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
description: Penpot is a design and prototyping platform for teams and individuals.
|
description: Penpot is a design and prototyping platform for teams and individuals.
|
||||||
home: https://github.com/tommy-skaug/charts
|
home: https://github.com/tommy-skaug/charts
|
||||||
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/30179644?s=200&v=4
|
||||||
|
|
|
@ -3,7 +3,7 @@ penpotVersion: 1.19.3
|
||||||
|
|
||||||
publicURL: "http://localhost:8080"
|
publicURL: "http://localhost:8080"
|
||||||
registrationDomainWhitelist: "localhost"
|
registrationDomainWhitelist: "localhost"
|
||||||
flags: "enable-registration enable-login disable-demo-users disable-demo-warning disable-secure-session-cookies"
|
flags: "enable-registration enable-login enable-login-with-oidc disable-demo-users disable-demo-warning disable-secure-session-cookies"
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
name: "penpot-sa"
|
name: "penpot-sa"
|
||||||
|
|
Loading…
Reference in a new issue