Open gsexton opened 6 years ago
That is a login page for humans being retrieved, not a place for the API to get a token by the look of it.
@justincormack Can you help me understand why the commands to publish and init a collection work but this one doesn't?
Also, can you help me understand why the keycloak log shows a null userId in the error message?
@gsexton Have you been able to figure this out? I'm facing the exact same issue as you are.
I'm testing Notary with token auth enabled and I'm running into a problem.
I'm running the commands:
and everything works as expected. I'm prompted for my auth username and password. After executing those commands, if I execute the command:
I get the following error:
Looking at the console for Keycloak, I see:
If I disable token auth and run the command
the targets are shown as expected. Is there something I'm not doing right?
Is this a bug?