legoheld
legoheld
I created a simple middleware to force https behind a reverse proxy. Here is my code: _app/Http/MiddleWare/ForceHTTPS.php_ ```php
Hi, I dont know if I understand you correctly. My approach was only on the template side. I changed the code at: https://github.com/pxgrid/aigis/blob/master/examples/template_ejs/components.ejs#L23 to something like: ``` ejs ``` Then...
For me the first approach would be easier because its obvious what happens and I can pass in the data I need. But if its not working in all three...
Funny I just made a refactoring in the FliptProvider where I made a wrapper [CacheProvider](https://github.com/legoheld/php-sdk-contrib/blob/main/providers/Flipt/src/CacheProvider.php) that could be used with any other providers.
@SimonHope Does your kubernetes API is setup to use OIDC? I had the same Issue with OIDC but it works with the ServiceAccount Token Login. As fas as I understand...