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

Argument lenghth (30 characters) is not enough in lets_encrypt_preferred_chain Argument of ibm_sm_public_certificate_configuration_ca_lets_encrypt ressource #5035

Closed
fberzollaibm opened this issue Jan 9, 2024 · 1 comment
Assignees
Labels
service/Secrets Manager Issues related to Secrets Manager

Comments

@fberzollaibm
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform IBM Provider Version

terraform -v
Terraform v1.5.7
on darwin_arm64

  • provider registry.terraform.io/ibm-cloud/ibm v1.60.1

Affected Resource(s)

  • ibm_sm_public_certificate_configuration_ca_lets_encrypt

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please share a link to the ZIP file.
resource "ibm_sm_public_certificate_configuration_ca_lets_encrypt" "sm_public_certificate_configuration_ca_lets_encrypt" {
  instance_id   = "1234567890"
  region        = "us-south"
  name          = "lets-encrypt-config"
  lets_encrypt_environment = "production"
  lets_encrypt_private_key = "-----BEGIN PRIVATE KEY-----\nMIIEowIBAAKCAQEAqcRbzV1wp0nVrPtEpMtnWMO6Js1q3rhREZluKZfu0Q8SY4H3\n-----END PRIVATE KEY-----"
  lets_encrypt_preferred_chain = "12345678"
}
 

Debug Output

NONE

Panic Output

NONE

Expected Behavior

In the documentation of the provider the lets_encrypt_preferred_chain Argument as defined in the documentation https://registry.terraform.io/providers/IBM-Cloud/ibm/1.60.1/docs/resources/sm_public_certificate_configuration_ca_lets_encrypt#lets_encrypt_preferred_chain

Can only be of 30 character length, this is not enough for most of businees cases .

Is it possible to augment to at least 60 Character ?

Actual Behavior

Not possible to provide this Argument lets_encrypt_preferred_chain
with a length > 30 characters to the ressource lets_encrypt_preferred_chain

Steps to Reproduce

Important Factoids

References

  • #0000
@github-actions github-actions bot added the service/Secrets Manager Issues related to Secrets Manager label Jan 9, 2024
@IdanAdar
Copy link
Collaborator

To be resolved via #5080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Secrets Manager Issues related to Secrets Manager
Projects
None yet
Development

No branches or pull requests

3 participants