Skip to content

Commit

Permalink
Merge pull request #34 from transcend-io/anotherminh/deprecate-unused…
Browse files Browse the repository at this point in the history
…-cycle-vars

Remove deprecated cycle keys
  • Loading branch information
anotherminh authored Nov 7, 2020
2 parents 05c5fe1 + f017926 commit 31bb63c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ module container_definition {
# Override internal key
INTERNAL_KEY_HASH = var.internal_key_hash

# Cycle
HMAC_NONCE_KEY_CYCLE = var.hmac_nonce_key_cycle
KEY_ENCRYPTION_BASE_CYCLE = var.key_encryption_base_cycle

NODE_ENV = "production"
TRANSCEND_URL = var.transcend_backend_url
TRANSCEND_CN = var.transcend_certificate_common_name
Expand Down
10 changes: 0 additions & 10 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,6 @@ variable internal_key_hash {
description = "This will override the generated internal key"
}

variable hmac_nonce_key_cycle {
default = ""
description = "Cycled HMAC nonce key (384 bits), held around during a key cycle process for requests made before the cycle"
}

variable key_encryption_base_cycle {
default = ""
description = "Cycled High entropy secret value for local KMS (256 bits)"
}

variable transcend_backend_url {
default = "https://api.transcend.io:443"
description = "URL of Transcend's backend"
Expand Down

0 comments on commit 31bb63c

Please sign in to comment.