Sébastien Huss
Sébastien Huss
yet it ship with a CMakeList.txt file. This is the one that any user will have a look for his own as reference. So imho, it's the best place to...
So far i'm doing this : ``` state("a={}"); for(std::vector::iterator i = a->begin();i!= a->end();i++) { std::string cmd = "table.insert(a,"+std::to_string(*i)+")"; state(cmd.c_str()); } ``` But I'ld love a better way, indeed :)
Sure thing I can put as much providers in the outpost when I create it, but I cannot add more afterward. Workflow : - 1 terraform layer containing authentik -...
Current implementation for the authentik layer (only using the http provider and the authentik one) : ``` locals { request_headers = { "Content-Type" = "application/json" Authorization = "Bearer ${local.authentik-token}" }...
So in my opinion, if that workflow was to be supported, the requierement would be : - some keys in the `authentik_outpost` ressource to say that the provider list should...
Well, since I was needing it, I made it as a quick hack job ( a single day :P ) https://github.com/sebt3/vraquier The code generating the daemonset is exactly the one...