Skip to content

Commit

Permalink
Function enhancement
Browse files Browse the repository at this point in the history
1.support synchronization Alibaba Cloud OOS encrypted parameter
2.kms secret support for binary type secret data
3.optimizing concurrent current limiting
4.fix cve
  • Loading branch information
lijiuxing1 committed Dec 2, 2024
1 parent 73ee695 commit 3438af5
Show file tree
Hide file tree
Showing 157 changed files with 2,718 additions and 13,929 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.19.3-buster as builder
FROM golang:1.23.1 as builder
ENV GOPROXY=https://goproxy.cn,direct
ENV GO111MODULE off
WORKDIR /go/src/github.com/AliyunContainerService/ack-secret-manager
Expand Down
552 changes: 318 additions & 234 deletions README-zh_CN.md

Large diffs are not rendered by default.

624 changes: 351 additions & 273 deletions README.md

Large diffs are not rendered by default.

33 changes: 0 additions & 33 deletions ack-secret-manager-cli/README-zh_CN.md

This file was deleted.

35 changes: 0 additions & 35 deletions ack-secret-manager-cli/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions ack-secret-manager-cli/client/clientset/versioned/clientset.go

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions ack-secret-manager-cli/client/clientset/versioned/fake/doc.go

This file was deleted.

40 changes: 0 additions & 40 deletions ack-secret-manager-cli/client/clientset/versioned/fake/register.go

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3438af5

Please sign in to comment.