Replies: 1 comment
-
Yes, I got it to work. So basically what I did was I extracted the ldap binary and the openssl binary and all their config files from the docker container (Theoretically you could also build your own openssl binary with the FIPS flag enabled) and just insert all those files in their corresponding directory in a new LXC Container. Firstly you should follow the authentik tutorial to creating the LDAP outpost, application etc.
It's important that the fips provider is mentioned here. If fips is not mentioned here, even though you copied the files over, check which config openssl is using via "openssl version -d". If this doesn't correspond to the path of the ssl directory, you might want to add the following environment variables to your /etc/environment:
Now I'm thinking about how to automate this for the community so one doesn't always have to spin up the docker etc. once a new version is available. Any ideas? Edit: Added Openssl environment variables |
Beta Was this translation helpful? Give feedback.
-
Has anyone successfully installed authentik and gotten additional outposts to work? I've tried both LDAP and radius and neither seem to respond. From what I can tell with my minimal knowledge of docker, it looks like it spools up a new pod per outpost.
Beta Was this translation helpful? Give feedback.
All reactions