-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate from phases to conditions #188
Conversation
a1e343c
to
6aadc07
Compare
6aadc07
to
ae74769
Compare
be7c1a4
to
09f781f
Compare
} | ||
|
||
type SecuresignTufStatus struct { | ||
Url string `json:"url,omitempty"` | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need a trillian type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so, I exposed fulcio
, tuf
and rekor
because they provide URL for users. Trillian is just a backend service that is never touched by end user.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
closes #34