File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -441,6 +441,10 @@ components:
441
441
type : object
442
442
additionalProperties :
443
443
type : string
444
+ Secrets :
445
+ type : object
446
+ additionalProperties :
447
+ type : string
444
448
annotations :
445
449
type : object
446
450
additionalProperties :
Original file line number Diff line number Diff line change @@ -167,7 +167,8 @@ storage_providers:
167
167
168
168
| Field | Description |
169
169
| -------------------------------------| -------------------------------------|
170
- | ` Variables ` </br > * map[ string] string* | Map to define the environment variables that will be available in the service container |
170
+ | ` variables ` </br > * map[ string] string* | Map to define the environment variables that will be available in the service container |
171
+ | ` secrets ` </br > * map[ string] string* | Map to define the secret environment variables that will be available in the service container |
171
172
172
173
## StorageProviders
173
174
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
48
48
github.com/coreos/go-oidc/v3 v3.5.0
49
49
github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c
50
- github.com/golang-jwt/jwt/v4 v4.5.1
50
+ github.com/golang-jwt/jwt/v4 v4.5.2
51
51
k8s.io/metrics v0.29.2
52
52
knative.dev/serving v0.36.0
53
53
)
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXK
108
108
github.com/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
109
109
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
110
110
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
111
- github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo =
112
- github.com/golang-jwt/jwt/v4 v4.5.1 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
111
+ github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
112
+ github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
113
113
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
114
114
github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
115
115
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
You can’t perform that action at this time.
0 commit comments