Cannot delete role menber: PublicAccessAuthenticationToken: Confidential transport (HTTPS) #925
Replies: 6 comments 15 replies
-
Can you try clearing your browser cache and then try otherwise you can disable it by going through advance option and deny all the accesses. |
Beta Was this translation helpful? Give feedback.
-
We saw this as well. I think this is the discussion you were referring to, @primetomas. I still haven't figured out why I can't remove PublicAccessAuthenticationToken from SuperAdmin. As far as I can tell my ingress configuration is all correct. |
Beta Was this translation helpful? Give feedback.
-
Did all of you start with TLS_SETUP_ENABLES="simple"? I just tried this and in the TLS config if I do: So client cert authentication with a certificate issued by the generated Management CA doesn't work. I can remove the public transport role member by going SSHing into the container and using the CLI. docker exec -ti 237f86fa9f6d /bin/bash But since client cert authentication doesn't work after this, I can't get into the system. I think the ManagementCA certificate must be added to the truststore and TLS in WildFly bounced. |
Beta Was this translation helpful? Give feedback.
-
I had the same problem. My configuration file looked like this: " |
Beta Was this translation helpful? Give feedback.
-
I managed to do this with the UI now. After starting with a public access and creating a new CA and a superadmin certificate. The superadmin need to be a role member in the superadmin role. After this I need to restart the container (using the same database). Then the CA certificate for superadmin role members are automatically added to the TLS trust store. Authenticating with the cert (probably need to restart the browser, or use another one) get me in as "Welcome SuperAdmin". And then I could click the button to remove public access. The crux is really to not be authenticated with the public role, and you may need a container bounce for this. In a clusters deployment you would mount in the truststore, to be the same one for all your cluster nodes so this is only an initial installation step. |
Beta Was this translation helpful? Give feedback.
-
I guess I'm curious about why the CA created by a non- |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a new EJBCA CE instance built using Docker (the easiest approach).
I got the SuperAdmin cert generated and imported on my computer.
when I am about to delete PublicAccessAuthenticationToken: Confidential transport (HTTPS) role member, it threw an error:

Anyone came across with the same issue?
I cannot delete this role. Everyone can basically access the WebUI and as a PKI admin, I don't want that :(
Beta Was this translation helpful? Give feedback.
All reactions