Skip to content

Commit

Permalink
adding permissions for cli.config.read and code fix for non admin use… (
Browse files Browse the repository at this point in the history
#313)

* adding permissions for cli.config.read and code fix for non admin users cli config download

Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com>

* includes changes for nix, go version 1.21 and addressed review comments

Signed-off-by: nirparikh05 <nir.parikh05@gmail.com>

* fixed lints

Signed-off-by: nirparikh05 <nir.parikh05@gmail.com>

---------

Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com>
Signed-off-by: nirparikh05 <nir.parikh05@gmail.com>
  • Loading branch information
niravparikh05 committed Jun 3, 2024
1 parent adc7007 commit dd56358
Show file tree
Hide file tree
Showing 98 changed files with 3,677 additions and 3,722 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as build
FROM golang:1.21 as build
LABEL description="Build container"

ENV CGO_ENABLED 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.initialize
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as build
FROM golang:1.21 as build
LABEL description="Build container"

ENV CGO_ENABLED 0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.synchronizer
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 as build
FROM golang:1.21 as build
LABEL description="Build container"

ENV CGO_ENABLED 0
Expand Down
2 changes: 1 addition & 1 deletion gen/openapi/proto/rpc/audit/auditlog.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"NULL_VALUE"
],
"default": "NULL_VALUE",
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
},
"v1AuditLogQueryFilter": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion gen/openapi/proto/rpc/audit/relayaudit.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"NULL_VALUE"
],
"default": "NULL_VALUE",
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
},
"v1RelayAuditQueryFilter": {
"type": "object",
Expand Down

0 comments on commit dd56358

Please sign in to comment.