Skip to content

Commit 5203a3a

Browse files
authored
Merge pull request #333 from canonical/enable/aal
ci: enable aal in kratos
2 parents 0e58d2b + 1fdb009 commit 5203a3a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

deployment/common.auto.tfvars

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
charm={
2+
name="kratos"
3+
units=1
4+
5+
trust=true
6+
config={
7+
"enable_local_idp":"false",
8+
"enable_oidc_webauthn_sequencing":"true",
9+
"https_proxy":"http://squid.ps6.internal:3128",
10+
"http_proxy":"http://squid.ps6.internal:3128",
11+
"no_proxy":"10.142.140.0/24,10.100.0.0/16,10.200.0.0/16,localhost,127.0.0.1,0.0.0.0,ppa.launchpad.net,launchpad.net,canonical.com,gcr.io,svc.cluster.local"
12+
}
13+
}

0 commit comments

Comments
 (0)