-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Please support custom headers #6793
Comments
is there some way of passing this through before its fully supported? |
As well as Ubuntu 18.04 I'd also like to test all of the below which require the ability to pass custom headers: xref: #7947 |
Interesting/relevant? comment in the AKS repo:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
At least for the OS disk type, it has been implemented in #9166. |
https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver, storage CSI drivers are GAed but not availbe in terraform to enable it |
@tombuildsstuff Hey Tom, after checking this comment and checking the source code, it seems like the solution for this is to include these properties into the actual request headers for the create cluster operations. Would the solution be similar to what you did for appconfiguration here? I ask as I would love to get this working for the storage CSI drivers that went GA but require a special request header to enable the feature that can only be enabled on the cluster creation request. Im happy to try to get it working, but I don't have any experience with working directly on terraform source code so if some one more experienced wants to work on the solution happy to let them do so. |
PR trying to solve this problem: #14178 |
For the benefit of anyone tracking this issue @aristosvo PR was |
Opened a PR on the Swagger repository to add support for this, FWIW: Azure/azure-rest-api-specs#18232 |
Any update on this? Trying to set |
Tom's PR was closed as AKS are moving away from using custom headers. Given that, I'll close the issue for support here. |
@dhirschfeld is there any place where this deprecation of using custom headers is notified/written? At least to find which is the alternative Azure is suggesting instead of the headers and get an idea when will we be able to use GPU machines in AKS from terraform without hacks... |
The linked issue has the current status. I'm not fully clear how/if preview features will be supported by terraform in future :/ |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Custom headers were added in azure cli in Azure/azure-cli-extensions#1104.
It would be great if terraform allowed passing through custom headers.
My particular usecase is selecting Ubuntu 18.04 for AKS:
https://docs.microsoft.com/en-au/azure/aks/cluster-configuration#os-configuration-preview
The text was updated successfully, but these errors were encountered: