Skip to content

Commit c00b848

Browse files
committed
feat: display OMNI_ENDPOINT in the service account creation UI
Fixes: #858 Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 8db0e8d commit c00b848

File tree

318 files changed

+781
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+781
-429
lines changed

Diff for: .conform.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ policies:
5050
- .pb.ts
5151
- babel.config.js
5252
header: |
53-
// Copyright (c) 2024 Sidero Labs, Inc.
53+
// Copyright (c) 2025 Sidero Labs, Inc.
5454
//
5555
// Use of this software is governed by the Business Source License
5656
// included in the LICENSE file.
@@ -81,7 +81,7 @@ policies:
8181
- .pb.gw.go
8282
header: |
8383
<!--
84-
Copyright (c) 2024 Sidero Labs, Inc.
84+
Copyright (c) 2025 Sidero Labs, Inc.
8585
8686
Use of this software is governed by the Business Source License
8787
included in the LICENSE file.

Diff for: .kres.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ kind: golang.Generate
350350
spec:
351351
versionPackagePath: internal/version
352352
licenseText: |
353-
Copyright (c) 2024 Sidero Labs, Inc.
353+
Copyright (c) 2025 Sidero Labs, Inc.
354354
355355
Use of this software is governed by the Business Source License
356356
included in the LICENSE file.
@@ -430,7 +430,7 @@ spec:
430430
kind: js.Build
431431
spec:
432432
licenseText: |
433-
Copyright (c) 2024 Sidero Labs, Inc.
433+
Copyright (c) 2025 Sidero Labs, Inc.
434434
435435
Use of this software is governed by the Business Source License
436436
included in the LICENSE file.
@@ -547,7 +547,7 @@ spec:
547547
ChangeLicense: Mozilla Public License, version 2.0
548548
EnterpriseLink: https://www.siderolabs.com/contact/
549549
header: |
550-
// Copyright (c) 2024 Sidero Labs, Inc.
550+
// Copyright (c) 2025 Sidero Labs, Inc.
551551
//
552552
// Use of this software is governed by the Business Source License
553553
// included in the LICENSE file.
@@ -561,7 +561,7 @@ spec:
561561
licenseChecks:
562562
- root: "."
563563
header: |
564-
// Copyright (c) 2024 Sidero Labs, Inc.
564+
// Copyright (c) 2025 Sidero Labs, Inc.
565565
//
566566
// Use of this software is governed by the Business Source License
567567
// included in the LICENSE file.
@@ -590,7 +590,7 @@ spec:
590590
- root: frontend/
591591
header: |
592592
<!--
593-
Copyright (c) 2024 Sidero Labs, Inc.
593+
Copyright (c) 2025 Sidero Labs, Inc.
594594
595595
Use of this software is governed by the Business Source License
596596
included in the LICENSE file.

Diff for: .license-header.go.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2024 Sidero Labs, Inc.
1+
// Copyright (c) 2025 Sidero Labs, Inc.
22
//
33
// Use of this software is governed by the Business Source License
44
// included in the LICENSE file.

Diff for: client/api/omni/specs/virtual.pb.go

+61-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: client/api/omni/specs/virtual.proto

+4
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ message LabelsCompletionSpec {
4545

4646
map<string, Values> items = 1;
4747
}
48+
49+
message AdvertisedEndpointsSpec {
50+
string grpc_api_url = 1;
51+
}

0 commit comments

Comments
 (0)