Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Terraform configuration for Timestamp Authority" #452

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions terraform/gcp/modules/sigstore/sigstore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -257,29 +257,6 @@ module "fulcio" {
]
}

module "timestamp" {
source = "../timestamp"

region = var.region
project_id = var.project_id
cluster_name = var.cluster_name

// KMS
timestamp_keyring_name = var.timestamp_keyring_name
timestamp_encryption_key_name = var.timestamp_encryption_key_name
timestamp_intermediate_ca_key_name = var.timestamp_intermediate_ca_key_name

dns_zone_name = var.dns_zone_name
dns_domain_name = var.dns_domain_name
load_balancer_ipv4 = module.network.external_ipv4_address

depends_on = [
module.gke-cluster,
module.network,
module.project_roles
]
}

// Audit
module "audit" {
source = "../audit"
Expand Down
18 changes: 0 additions & 18 deletions terraform/gcp/modules/sigstore/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -226,24 +226,6 @@ variable "rekor_key_name" {
default = "rekor-key"
}

variable "timestamp_keyring_name" {
type = string
description = "Name of Timestamp Authority keyring."
default = "timestamp-keyring"
}

variable "timestamp_encryption_key_name" {
type = string
description = "Name of KMS key for encrypting Tink private key for Timestamp Authority."
default = "timestamp-encryption-key"
}

variable "timestamp_intermediate_ca_key_name" {
type = string
description = "Name of KMS key for intermediate CA for Timestamp Authority"
default = "timestamp-intermediate-ca-key"
}

variable "iam_members_to_roles" {
description = "Map of IAM member (e.g. group:foo@sigstore.dev) to a set of IAM roles (e.g. roles/viewer)"
type = map(set(string))
Expand Down
63 changes: 0 additions & 63 deletions terraform/gcp/modules/timestamp/kms.tf

This file was deleted.

51 changes: 0 additions & 51 deletions terraform/gcp/modules/timestamp/service_accounts.tf

This file was deleted.

26 changes: 0 additions & 26 deletions terraform/gcp/modules/timestamp/timestamp.tf

This file was deleted.

74 changes: 0 additions & 74 deletions terraform/gcp/modules/timestamp/variables.tf

This file was deleted.

34 changes: 0 additions & 34 deletions terraform/gcp/modules/timestamp/versions.tf

This file was deleted.