shivannakarthik opened a new issue, #31058:
URL: https://github.com/apache/airflow/issues/31058

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### What happened
   
   While creating dataproc cluster using Dataproc Cluster Create Operator, I am 
unable to to toggle ShieldedInstanceConfig related properties. It works when I 
create using gcloud command or direct Dataproc APIs though. 
   
   This has been discussed here -> 
https://github.com/apache/airflow/issues/28023
   
   I believe the operator must support this property. Could this be a potential 
PR?
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   While passing the cluster configs, pass the gce_cluster_config as follows to 
create the cluster using Dataproc Cluster Create Operator.
         "gce_cluster_config": {
             "metadata": {
                 "enable-pepperdata": "false",
                 "ha_flag": "no"
             },
          "shielded_instance_config": {
               "enable_secure_boot": 1,
               "enable_vtpm": 1,
               "enable_integrity_monitoring": 1
        }
         }
   
   ### Operating System
   
   debian11
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to