You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a bug issue or a feature request. During an cert import, the private key and passphrase values is required. We have a scenario where we are using the EDL (external dynamic list) service that requires a cert profile and just a public cert. There is no private key for this service. We cannot automate the cert import because the private key field is required.
Expected behavior
The private_key field for the pem cert block should be optional
Current behavior
It fails the pipeline run if this field doesn't have valid data for a private key or passphrase
Possible solution
Make the private_key and passphrase parameter for the pem certificate block optional
Steps to reproduce
Try to import a public cert without a private key or passphrase
Screenshots
Context
This blocks me from using the panos_cerficicate_import resource because I don't have data for the required fields.
Make the private_key and passphrase parameter for the pem certificate block optional
Describe the bug
I'm not sure if this is a bug issue or a feature request. During an cert import, the private key and passphrase values is required. We have a scenario where we are using the EDL (external dynamic list) service that requires a cert profile and just a public cert. There is no private key for this service. We cannot automate the cert import because the private key field is required.
Expected behavior
The private_key field for the pem cert block should be optional
Current behavior
It fails the pipeline run if this field doesn't have valid data for a private key or passphrase
Possible solution
Make the private_key and passphrase parameter for the pem certificate block optional
Steps to reproduce
Screenshots
Context
This blocks me from using the panos_cerficicate_import resource because I don't have data for the required fields.
Make the private_key and passphrase parameter for the pem certificate block optional
Your Environment
terraform {
required_providers {
panos = {
source = "PaloAltoNetworks/panos"
version = "1.11.1"
terraform {
required_version = ">= 1.2"
The text was updated successfully, but these errors were encountered: