Skip to content

Commit 00c55b6

Browse files
authored
Fix #102 : Cleanup Cleanup Secret Message in Project Specification (#323)
Cleaned Cleanup Secret Message in Project Specification as it was unused.
1 parent c68d47c commit 00c55b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

raystack/optimus/core/v1beta1/project.proto

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,4 @@ message GetProjectResponse {
6363
message ProjectSpecification {
6464
string name = 1;
6565
map<string, string> config = 2;
66-
67-
message ProjectSecret {
68-
string name = 1;
69-
string value = 2;
70-
}
71-
repeated ProjectSecret secrets = 3;
7266
}

0 commit comments

Comments
 (0)