Getting starterd with openTDF #878
-
Hello, I am trying to set up OpenTDF on my Ubuntu server. I have followed the installation steps, but I am encountering an error when I run the command Here is the relevant part of the output: I have ensured that Go is installed and set up correctly. I also checked that all necessary dependencies are in place. Do I need to configure any API tokens or additional configuration files? Any guidance or help would be greatly appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I don't think this is well-documented or if this will fix your issue but try running |
Beta Was this translation helpful? Give feedback.
-
@Vivekmauli14 are these the steps you performed?
|
Beta Was this translation helpful? Give feedback.
@Vivekmauli14 the issue here is that the
opentdf
realm doesn't exist in Keycloak. You might want to authenticate athttp://localhost:8888/auth
and see if you can see it under the dropdown.If not then you'll need to provision keycloak either manually or via the platform command. I think this will give you more info
go run ./service provision --help
.