-
Notifications
You must be signed in to change notification settings - Fork 10.1k
actions: connect invoke flag with TFC #37544
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
Conversation
2b1233e to
5a31988
Compare
| func (m *MockStateVersions) UploadSanitizedState(ctx context.Context, sanitizedStateUploadURL *string, sanitizedState []byte) error { | ||
| //TODO implement me | ||
| panic("implement me") | ||
| } | ||
|
|
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.
Is this intended for this PR? I don't see it used elsewhere.
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.
it's just required because the underlying interface in go-tfe has changed - nothing uses it but I need to implement the function otherwise the tests don't compile.
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.
Right on, thanks!
ctrombley
left a comment
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.
LGTM, I left one small comment but not a blocker.
51bf6f0 to
802df5e
Compare
* actions: connect invoke flag with TFC * use latest go-tfe
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Connect the
-invokeflag up with thecloudbackend. The changes to go-tfe required for this change are still in draft, so this PR is just an example of how to do this once the necessary changes have been made to go-tfe.Target Release
1.14.x
Rollback Plan
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
CHANGELOG entry