splunk / splunk-operator

Splunk Operator for Kubernetes
Other
210 stars 115 forks source link

App Framework: Allow .tar.gz file extension #1159

Open mag-mkorn opened 1 year ago

mag-mkorn commented 1 year ago

Please select the type of request

Enhancement

Tell us more

Describe the request Please support .tar.gz file extension for apps. Splunk packaging toolkit creates .tar.gz files and does not support changing the file extension. Therefore apps created by the packaging toolkit can not be deployed via AppFramework.

raghukumarc commented 1 year ago

The slim packaging tool outputs the package in tar.gz form. This needs to be changed to (moved) to .tgz everytime before uploading into S3. Appreciate if .tar.gz is also accomodated.

mag-mkorn commented 1 year ago

That's exactly what I'm currently doing. But in my opinion the toolchain should use compatible file extensions without needing to rename files. Why not support .tar.gz?