Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
080a76a
feat: define enterprise key resource boundary
alongubkin Aug 3, 2026
76758d1
feat: generate retained enterprise keys
alongubkin Aug 3, 2026
85aba45
feat: import enterprise keys into deployments
alongubkin Aug 3, 2026
2a1dc84
feat: add native enterprise key bindings
alongubkin Aug 4, 2026
9eec9fe
feat: resolve enterprise keys through remote bindings
alongubkin Aug 4, 2026
1bd935d
feat: monitor enterprise encryption keys
alongubkin Aug 4, 2026
eebc5f5
feat: support native storage encryption keys
alongubkin Aug 4, 2026
03b07d1
feat: accept preissued manager binding access
alongubkin Aug 4, 2026
9a25148
test: qualify enterprise keys through generated deployments
alongubkin Aug 4, 2026
ffdc2db
test: probe resource-scoped GCP management access
alongubkin Aug 4, 2026
79209d1
fix: bootstrap Azure enterprise key creation
alongubkin Aug 4, 2026
c277403
feat: expose project encryption role in Platform SDK
alongubkin Aug 4, 2026
b103b27
test: update Manager fixtures for encrypted storage
alongubkin Aug 4, 2026
77e31e4
fix: update manager storage fixtures
alongubkin Aug 4, 2026
c6fd9b1
test: cover gated key CloudFormation output
alongubkin Aug 4, 2026
b08da94
test: wait for remote key access readiness
alongubkin Aug 4, 2026
f11925b
fix: uniquify retained GCP key rings
alongubkin Aug 4, 2026
d18024e
test: qualify gated Key resources
alongubkin Aug 4, 2026
6e6ccd1
test: qualify native Key encryption
alongubkin Aug 4, 2026
2920aa7
fix: keep encryption branch lint clean
alongubkin Aug 6, 2026
a824c95
style: organize public core exports
alongubkin Aug 14, 2026
e1ff067
fix: regenerate storage TypeScript schema
alongubkin Aug 14, 2026
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
1 change: 1 addition & 0 deletions Cargo.lock

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

125 changes: 124 additions & 1 deletion client-sdks/manager/openapi.json

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

123 changes: 122 additions & 1 deletion client-sdks/manager/rust/openapi-3.0.json

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

4 changes: 2 additions & 2 deletions client-sdks/platform/typescript/docs/models/projectrole.md

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

1 change: 1 addition & 0 deletions client-sdks/platform/typescript/src/models/projectrole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { ClosedEnum } from "../types/enums.js";
export const ProjectRole = {
ProjectViewer: "project.viewer",
ProjectDeveloper: "project.developer",
ProjectEncryption: "project.encryption",
} as const;
/**
* Role for project-scoped service accounts
Expand Down
Loading
Loading