Akmal Harith
Akmal Harith
I think this is specific to the theme that you are rendering. Some themes are rather dated and do not handle the certificates section at all. Eg: flat theme https://github.com/erming/jsonresume-theme-flat/blob/master/style.css...
Better way I found so far is to decouple it using SSM parameter store ``` python StringParameter( self, "ClusterCaData", parameter_name=f"/platform/{self.name}ClusterCaData", string_value=self.cluster.cluster_certificate_authority_data ) ``` And reference it in the other stack...
Feel free to raise a PR https://github.com/akmalharith/epg-grabber/blob/main/CONTRIBUTING.md
Please feel free to raise a PR https://github.com/akmalharith/epg-grabber/blob/main/CONTRIBUTING.md
Recently moved my personal lab environment secrets to Bitwarden Secrets Manager, and suddenly noticed this limitation. I uploaded my wrapper script here https://gist.github.com/akmalharith/60c1b90e69dc622131d74c4311e6015c But it will not be efficient if...