Api Keys with Keycloak
Today I'll try and make progress on the api keys.
Keycloak doesn't seem to support these out of the box, and I don't want to implement these in my application. I'm foreseeing a lot of pain in the future if I start mixing keycloak identity with my app. and I want to avoid that.
I found an open source Keycloak extension on GitHub, which looks promising. I'll try and set it up.
Trying to read the article the guy wrote. I appreciate the effort, but the guy just yaps and yaps without telling me how to actually install this thing.
Found the code, figured out I need to build it from source, and so I did. Some more digging, found his docker-compose, and it seems like he's binding a volume on the host machine and dropping the jar in there. Seems hacky. Ideally I would like it to be a single Docker image, but I'll ignore that for now and just try and get it to work.
Not today unfortunately, ran out of time.