Skip to content

Commit

Permalink
Fix raystack#102 : Cleanup Cleanup Secret Message in Project Specific…
Browse files Browse the repository at this point in the history
…ation

Cleaned Cleanup Secret Message in Project Specification as it was unused.
  • Loading branch information
SamayXD authored Nov 28, 2023
1 parent 328b1ec commit 506d58b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions raystack/optimus/core/v1beta1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,4 @@ message GetProjectResponse {
message ProjectSpecification {
string name = 1;
map<string, string> config = 2;

message ProjectSecret {
string name = 1;
string value = 2;
}
repeated ProjectSecret secrets = 3;
}

0 comments on commit 506d58b

Please sign in to comment.