Skip to content

Commit

Permalink
Add enum value for SECRET to AuditResourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Oct 30, 2024
1 parent df004c0 commit e4c3d01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/v1/graphv1/gengqlv1/generated.go

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

5 changes: 5 additions & 0 deletions internal/v1/graphv1/schema/secret.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ type SecretValue {
value: String!
}

extend enum AuditResourceType {
"All audit entries related to secrets will use this resource type."
SECRET
}

type SecretCreatedAuditEntry implements AuditEntry & Node {
"ID of the entry."
id: ID!
Expand Down

0 comments on commit e4c3d01

Please sign in to comment.