Skip to content

Commit

Permalink
fix: Specify tls requirer revision (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan authored Sep 17, 2024
1 parent 0bccef6 commit 27e7091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
VAULT_KV_REQUIRER_1_APPLICATION_NAME = "vault-kv-requirer-a"
VAULT_KV_REQUIRER_2_APPLICATION_NAME = "vault-kv-requirer-b"
VAULT_PKI_REQUIRER_APPLICATION_NAME = "tls-certificates-requirer"
VAULT_PKI_REQUIRER_REVISION = 93
S3_INTEGRATOR_APPLICATION_NAME = "s3-integrator"
MINIO_APPLICATION_NAME = "minio"
AUTOUNSEAL_TOKEN_SECRET_LABEL = "vault-autounseal-token"
Expand Down Expand Up @@ -267,6 +268,7 @@ async def deploy_requiring_charms(
if pki_requirer_charm_path
else VAULT_PKI_REQUIRER_APPLICATION_NAME,
application_name=VAULT_PKI_REQUIRER_APPLICATION_NAME,
revision=VAULT_PKI_REQUIRER_REVISION,
channel="stable",
config={"common_name": "test.example.com", "sans_dns": "test.example.com"},
)
Expand Down

0 comments on commit 27e7091

Please sign in to comment.