Skip to content

Commit 716dec1

Browse files
committed
chore: update dependencies and configuration
- Update go.mod and go.sum for link and metadata services - Update Helm values and schemas for bff and link services - Update README documentation
1 parent e81ab0f commit 716dec1

File tree

10 files changed

+108
-36
lines changed

10 files changed

+108
-36
lines changed

boundaries/bff/ops/bff/README.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object
6363
<td>Annotations to be added to controller pods</td>
6464
</tr>
6565
<tr>
66-
<td id="deploy--env--AUTH_URI"><a href="./values.yaml#L35">deploy.env.AUTH_URI</a></td>
66+
<td id="deploy--env--AUTH_URI"><a href="./values.yaml#L36">deploy.env.AUTH_URI</a></td>
6767
<td>
6868
string
6969
</td>
@@ -91,7 +91,21 @@ string
9191
<td></td>
9292
</tr>
9393
<tr>
94-
<td id="deploy--env--SPICE_DB_API"><a href="./values.yaml#L36">deploy.env.SPICE_DB_API</a></td>
94+
<td id="deploy--env--GRPC_CLIENT_TIMEOUT"><a href="./values.yaml#L35">deploy.env.GRPC_CLIENT_TIMEOUT</a></td>
95+
<td>
96+
string
97+
</td>
98+
<td>
99+
<div style="max-width: 300px;">
100+
<pre lang="json">
101+
"15s"
102+
</pre>
103+
</div>
104+
</td>
105+
<td>Deadline for outbound gRPC calls</td>
106+
</tr>
107+
<tr>
108+
<td id="deploy--env--SPICE_DB_API"><a href="./values.yaml#L37">deploy.env.SPICE_DB_API</a></td>
95109
<td>
96110
string
97111
</td>
@@ -105,21 +119,35 @@ string
105119
<td></td>
106120
</tr>
107121
<tr>
108-
<td id="deploy--env--STORE_REDIS_URI"><a href="./values.yaml#L40">deploy.env.STORE_REDIS_URI</a></td>
122+
<td id="deploy--env--SPICE_DB_TIMEOUT"><a href="./values.yaml#L38">deploy.env.SPICE_DB_TIMEOUT</a></td>
123+
<td>
124+
string
125+
</td>
126+
<td>
127+
<div style="max-width: 300px;">
128+
<pre lang="json">
129+
"5s"
130+
</pre>
131+
</div>
132+
</td>
133+
<td>Explicit timeout for Authzed client</td>
134+
</tr>
135+
<tr>
136+
<td id="deploy--env--STORE_REDIS_URI"><a href="./values.yaml#L42">deploy.env.STORE_REDIS_URI</a></td>
109137
<td>
110138
string
111139
</td>
112140
<td>
113141
<div style="max-width: 300px;">
114142
<pre lang="json">
115-
"shortlink-redis-master.shortlink-link:6379"
143+
"redis-master.shortlink-link:6379"
116144
</pre>
117145
</div>
118146
</td>
119147
<td></td>
120148
</tr>
121149
<tr>
122-
<td id="deploy--env--STORE_TYPE"><a href="./values.yaml#L39">deploy.env.STORE_TYPE</a></td>
150+
<td id="deploy--env--STORE_TYPE"><a href="./values.yaml#L41">deploy.env.STORE_TYPE</a></td>
123151
<td>
124152
string
125153
</td>
@@ -708,4 +736,4 @@ string
708736
</table>
709737

710738
----------------------------------------------
711-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
739+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

boundaries/bff/ops/bff/values.schema.json

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,30 @@
1414
},
1515
"env": {
1616
"properties": {
17-
"AUTH_URI": {
18-
"type": "string"
19-
},
20-
"GRPC_CLIENT_HOST": {
21-
"type": "string"
22-
},
23-
"SPICE_DB_API": {
24-
"type": "string"
25-
},
26-
"STORE_REDIS_URI": {
27-
"type": "string"
28-
},
29-
"STORE_TYPE": {
30-
"type": "string"
31-
},
32-
"TRACER_URI": {
33-
"type": "string"
34-
}
17+
"AUTH_URI": {
18+
"type": "string"
19+
},
20+
"GRPC_CLIENT_HOST": {
21+
"type": "string"
22+
},
23+
"GRPC_CLIENT_TIMEOUT": {
24+
"type": "string"
25+
},
26+
"SPICE_DB_API": {
27+
"type": "string"
28+
},
29+
"SPICE_DB_TIMEOUT": {
30+
"type": "string"
31+
},
32+
"STORE_REDIS_URI": {
33+
"type": "string"
34+
},
35+
"STORE_TYPE": {
36+
"type": "string"
37+
},
38+
"TRACER_URI": {
39+
"type": "string"
40+
}
3541
},
3642
"type": "object"
3743
},

boundaries/bff/ops/bff/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ deploy:
3232
env:
3333
TRACER_URI: grafana-tempo.grafana:4317
3434
GRPC_CLIENT_HOST: istio-ingress.istio-ingress
35+
GRPC_CLIENT_TIMEOUT: 15s
3536
AUTH_URI: https://shortlink.best/api/auth
3637
SPICE_DB_API: shortlink.spicedb-operator:50051
38+
SPICE_DB_TIMEOUT: 5s
3739

3840
# -- Default store config
3941
STORE_TYPE: redis

boundaries/link/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/shortlink-org/go-sdk/cache v0.0.0-20251125204117-ffa44b328293
2525
github.com/shortlink-org/go-sdk/config v0.0.0-20251125204117-ffa44b328293
2626
github.com/shortlink-org/go-sdk/context v0.0.0-20251125204117-ffa44b328293
27-
github.com/shortlink-org/go-sdk/cqrs v0.0.0-20251125223100-c627280ca6e5
27+
github.com/shortlink-org/go-sdk/cqrs v0.0.0-20251126174608-40adc27b4c9c
2828
github.com/shortlink-org/go-sdk/db v0.0.0-20251125204117-ffa44b328293
2929
github.com/shortlink-org/go-sdk/flags v0.0.0-20251125204117-ffa44b328293
3030
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251125204117-ffa44b328293

boundaries/link/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boundaries/link/ops/link/README.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Kubernetes: `>= 1.30.0 || >= v1.30.0-0`
3535
</thead>
3636
<tbody>
3737
<tr>
38-
<td id="deploy--env--GRPC_CLIENT_HOST"><a href="./values.yaml#L68">deploy.env.GRPC_CLIENT_HOST</a></td>
38+
<td id="deploy--env--GRPC_CLIENT_HOST"><a href="./values.yaml#L76">deploy.env.GRPC_CLIENT_HOST</a></td>
3939
<td>
4040
string
4141
</td>
@@ -48,6 +48,20 @@ string
4848
</td>
4949
<td></td>
5050
</tr>
51+
<tr>
52+
<td id="deploy--env--GRPC_CLIENT_TIMEOUT"><a href="./values.yaml#L77">deploy.env.GRPC_CLIENT_TIMEOUT</a></td>
53+
<td>
54+
string
55+
</td>
56+
<td>
57+
<div style="max-width: 300px;">
58+
<pre lang="json">
59+
"15s"
60+
</pre>
61+
</div>
62+
</td>
63+
<td>Deadline for Link service gRPC clients</td>
64+
</tr>
5165
<tr>
5266
<td id="deploy--env--MQ_ENABLED"><a href="./values.yaml#L63">deploy.env.MQ_ENABLED</a></td>
5367
<td>
@@ -105,7 +119,7 @@ string
105119
<td></td>
106120
</tr>
107121
<tr>
108-
<td id="deploy--env--SPICE_DB_API"><a href="./values.yaml#L69">deploy.env.SPICE_DB_API</a></td>
122+
<td id="deploy--env--SPICE_DB_API"><a href="./values.yaml#L78">deploy.env.SPICE_DB_API</a></td>
109123
<td>
110124
string
111125
</td>
@@ -119,7 +133,21 @@ string
119133
<td></td>
120134
</tr>
121135
<tr>
122-
<td id="deploy--env--STORE_REDIS_URI"><a href="./values.yaml#L73">deploy.env.STORE_REDIS_URI</a></td>
136+
<td id="deploy--env--SPICE_DB_TIMEOUT"><a href="./values.yaml#L79">deploy.env.SPICE_DB_TIMEOUT</a></td>
137+
<td>
138+
string
139+
</td>
140+
<td>
141+
<div style="max-width: 300px;">
142+
<pre lang="json">
143+
"5s"
144+
</pre>
145+
</div>
146+
</td>
147+
<td>Explicit timeout for Authzed client</td>
148+
</tr>
149+
<tr>
150+
<td id="deploy--env--STORE_REDIS_URI"><a href="./values.yaml#L83">deploy.env.STORE_REDIS_URI</a></td>
123151
<td>
124152
string
125153
</td>
@@ -133,7 +161,7 @@ string
133161
<td></td>
134162
</tr>
135163
<tr>
136-
<td id="deploy--env--STORE_TYPE"><a href="./values.yaml#L72">deploy.env.STORE_TYPE</a></td>
164+
<td id="deploy--env--STORE_TYPE"><a href="./values.yaml#L82">deploy.env.STORE_TYPE</a></td>
137165
<td>
138166
string
139167
</td>
@@ -147,7 +175,7 @@ string
147175
<td>Default store config</td>
148176
</tr>
149177
<tr>
150-
<td id="deploy--env--TRACER_URI"><a href="./values.yaml#L67">deploy.env.TRACER_URI</a></td>
178+
<td id="deploy--env--TRACER_URI"><a href="./values.yaml#L75">deploy.env.TRACER_URI</a></td>
151179
<td>
152180
string
153181
</td>
@@ -697,4 +725,4 @@ string
697725
</table>
698726

699727
----------------------------------------------
700-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
728+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

boundaries/link/ops/link/values.schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"GRPC_CLIENT_HOST": {
1111
"type": "string"
1212
},
13+
"GRPC_CLIENT_TIMEOUT": {
14+
"type": "string"
15+
},
1316
"MQ_ENABLED": {
1417
"type": "boolean"
1518
},
@@ -19,6 +22,9 @@
1922
"SPICE_DB_API": {
2023
"type": "string"
2124
},
25+
"SPICE_DB_TIMEOUT": {
26+
"type": "string"
27+
},
2228
"STORE_REDIS_URI": {
2329
"type": "string"
2430
},

boundaries/link/ops/link/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ deploy:
7474
WATERMILL_DLQ_MAX_RETRIES: 5
7575
TRACER_URI: grafana-tempo.grafana:4317
7676
GRPC_CLIENT_HOST: istio-ingress.istio-ingress
77+
GRPC_CLIENT_TIMEOUT: 15s
7778
SPICE_DB_API: shortlink.spicedb-operator:50051
79+
SPICE_DB_TIMEOUT: 5s
7880

7981
# -- Default store config
8082
STORE_TYPE: postgres

boundaries/metadata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/shortlink-org/go-sdk/cache v0.0.0-20251125204117-ffa44b328293
1515
github.com/shortlink-org/go-sdk/config v0.0.0-20251125204117-ffa44b328293
1616
github.com/shortlink-org/go-sdk/context v0.0.0-20251125204117-ffa44b328293
17-
github.com/shortlink-org/go-sdk/cqrs v0.0.0-20251125223100-c627280ca6e5
17+
github.com/shortlink-org/go-sdk/cqrs v0.0.0-20251126174608-40adc27b4c9c
1818
github.com/shortlink-org/go-sdk/db v0.0.0-20251125204117-ffa44b328293
1919
github.com/shortlink-org/go-sdk/flags v0.0.0-20251125204117-ffa44b328293
2020
github.com/shortlink-org/go-sdk/flight_trace v0.0.0-20251125204117-ffa44b328293

boundaries/metadata/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)