Skip to content

Commit

Permalink
Merge pull request #180 from NikitaSkrynnik/fix-ci
Browse files Browse the repository at this point in the history
[qfix] Fix Spire Config
  • Loading branch information
glazychev-art authored Dec 11, 2023
2 parents fb09e7e + 77c9d29 commit 91cac3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/spireconfig/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2022 Cisco and/or its affiliates.
// Copyright (c) 2022-2023 Cisco and/or its affiliates.
//
// SPDX-License-Identifier: Apache-2.0
//
Expand Down Expand Up @@ -53,7 +53,8 @@ plugins {
data_dir = "%[1]s/data"
log_level = "WARN"
ca_key_type = "rsa-2048"
default_svid_ttl = "1h"
default_x509_svid_ttl = "1h"
default_jwt_svid_ttl = "1h"
ca_subject = {
country = ["US"],
organization = ["SPIFFE"],
Expand Down

0 comments on commit 91cac3c

Please sign in to comment.