Skip to content

Commit

Permalink
feat: display OMNI_ENDPOINT in the service account creation UI
Browse files Browse the repository at this point in the history
Fixes: #858

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jan 23, 2025
1 parent 8db0e8d commit 7c1ab96
Show file tree
Hide file tree
Showing 785 changed files with 1,190 additions and 901 deletions.
4 changes: 2 additions & 2 deletions .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ policies:
- .pb.ts
- babel.config.js
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
// Copyright (c) 2025 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
Expand Down Expand Up @@ -81,7 +81,7 @@ policies:
- .pb.gw.go
header: |
<!--
Copyright (c) 2024 Sidero Labs, Inc.
Copyright (c) 2025 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
Expand Down
12 changes: 6 additions & 6 deletions .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ kind: golang.Generate
spec:
versionPackagePath: internal/version
licenseText: |
Copyright (c) 2024 Sidero Labs, Inc.
Copyright (c) 2025 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
Expand Down Expand Up @@ -430,7 +430,7 @@ spec:
kind: js.Build
spec:
licenseText: |
Copyright (c) 2024 Sidero Labs, Inc.
Copyright (c) 2025 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
Expand Down Expand Up @@ -542,12 +542,12 @@ spec:
params:
Licensor: Sidero Labs, Inc.
LicensedWork: Omni
Copyright: (c) 2024 Sidero Labs, Inc.
Copyright: (c) 2025 Sidero Labs, Inc.
ChangeDate: "2029-01-17"
ChangeLicense: Mozilla Public License, version 2.0
EnterpriseLink: https://www.siderolabs.com/contact/
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
// Copyright (c) 2025 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
Expand All @@ -561,7 +561,7 @@ spec:
licenseChecks:
- root: "."
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
// Copyright (c) 2025 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
Expand Down Expand Up @@ -590,7 +590,7 @@ spec:
- root: frontend/
header: |
<!--
Copyright (c) 2024 Sidero Labs, Inc.
Copyright (c) 2025 Sidero Labs, Inc.
Use of this software is governed by the Business Source License
included in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion .license-header.go.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2024 Sidero Labs, Inc.
// Copyright (c) 2025 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.
74 changes: 61 additions & 13 deletions client/api/omni/specs/virtual.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions client/api/omni/specs/virtual.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ message LabelsCompletionSpec {

map<string, Values> items = 1;
}

message AdvertisedEndpointsSpec {
string grpc_api_url = 1;
}
Loading

0 comments on commit 7c1ab96

Please sign in to comment.