Skip to content

Commit ca30562

Browse files
committed
Merge branch 'master' into fix-rk181
2 parents 79403e8 + 707a193 commit ca30562

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

docs/api.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ components:
441441
type: object
442442
additionalProperties:
443443
type: string
444+
Secrets:
445+
type: object
446+
additionalProperties:
447+
type: string
444448
annotations:
445449
type: object
446450
additionalProperties:

docs/fdl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ storage_providers:
167167

168168
| Field | Description |
169169
| -------------------------------------| -------------------------------------|
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 |
171172

172173
## StorageProviders
173174

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
4848
github.com/coreos/go-oidc/v3 v3.5.0
4949
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
5151
k8s.io/metrics v0.29.2
5252
knative.dev/serving v0.36.0
5353
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/goccy/go-yaml v1.9.8/go.mod h1:JubOolP3gh0HpiBc4BLRD4YmjEjHAmIIB2aaXK
108108
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
109109
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
110110
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=
113113
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
114114
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
115115
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=

0 commit comments

Comments
 (0)