Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions src/protos/io/defang/v1/fabric.pb.go

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

5 changes: 5 additions & 0 deletions src/protos/io/defang/v1/fabric.proto
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,11 @@ message WhoAmIResponse {
string tenant_id = 7;
google.protobuf.Timestamp paid_until = 8;
google.protobuf.Timestamp trial_until = 9;
// Base URL of the tenant's agent-identity issuer, e.g.
// "https://<tenant-id>.auth.defang.io". Empty when the deployment does not
// serve one. Clients MUST use this rather than deriving it from the tenant,
// so the URL shape stays a server-side decision.
string identity_issuer = 10;
}

message EstimateRequest {
Expand Down