This is a "Frankenstein" approach which worked well using a combination of methods found online (see references). On their own, each approach had a limitation, but together they ticked all the boxes. Assuming you have the following table defined as a struct within you Go program: type User struct { Name string Email string Attributes … Continue reading Inserting, reading, and updating JSON data in postgres using Golang GORM
Nugget Post: Changing the branding on OpenSearch login page

The OpenSearch documentation isn't explicit about how to change the branding for the login page. The documentation here: https://opensearch.org/docs/latest/dashboards/branding/ does a great job in detailing how to change the branding once you are past the login page. However, what if we'd like to change the login page itself? Github issue to the rescue.... Turns out … Continue reading Nugget Post: Changing the branding on OpenSearch login page
You must be logged in to post a comment.