Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / sdk / go / arvados / config.go
index 319fa1a38f4a5e1e936315dbacb241f279c04aa6..6d8f39dfb316fbaba1cf64f71ef5f5f778f91e8e 100644 (file)
@@ -227,6 +227,9 @@ type Cluster struct {
                Certificate string
                Key         string
                Insecure    bool
+               ACME        struct {
+                       Server string
+               }
        }
        Users struct {
                ActivatedUsersAreVisibleToOthers      bool
@@ -260,6 +263,7 @@ type Cluster struct {
                ArvadosDocsite                   string
                ArvadosPublicDataDocURL          string
                DefaultOpenIdPrefix              string
+               DisableSharingURLsUI             bool
                EnableGettingStartedPopup        bool
                EnablePublicProjectsPage         bool
                FileViewersConfigURL             string
@@ -400,6 +404,7 @@ func (su URL) String() string {
 }
 
 type ServiceInstance struct {
+       ListenURL  URL
        Rendezvous string `json:",omitempty"`
 }