mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
Fix bdd tests
This commit is contained in:
@@ -121,7 +121,7 @@ def bootstrap_infisical(context: Context):
|
||||
"name": cert_template_slug,
|
||||
"description": "",
|
||||
"subject": [{"type": "common_name", "allowed": ["*"]}],
|
||||
"sans": [],
|
||||
"sans": [{"type": "dns_name", "allowed": ["*"]}],
|
||||
"keyUsages": {
|
||||
"required": [],
|
||||
"allowed": [
|
||||
|
||||
Reference in New Issue
Block a user