Skip to content

CENG-470: Add the ability to add certificate authentication to upstream#141

Merged
BartoszBlizniak merged 1 commit intomasterfrom
ceng-470-terraform-update-upstream-resource-to-support-new
Feb 13, 2025
Merged

CENG-470: Add the ability to add certificate authentication to upstream#141
BartoszBlizniak merged 1 commit intomasterfrom
ceng-470-terraform-update-upstream-resource-to-support-new

Conversation

@BartoszBlizniak
Copy link
Member

Add the ability to:

resource "cloudsmith_repository_upstream" "test" {
    ....
    auth_mode = "Certificate and Key"
    auth_certificate = "./client.crt"
    auth_certificate_key = "./client.key"
}

@BartoszBlizniak BartoszBlizniak requested a review from a team as a code owner February 12, 2025 16:36
@BartoszBlizniak BartoszBlizniak merged commit 562b47f into master Feb 13, 2025
6 checks passed
@BartoszBlizniak BartoszBlizniak deleted the ceng-470-terraform-update-upstream-resource-to-support-new branch February 13, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants