Skip to content

Meta file redaction [ch23908]#276

Merged
emosbaugh merged 2 commits intomasterfrom
emosbaugh/ch23908/support-bundle-allow-vendors-to-omit-entire
Apr 23, 2020
Merged

Meta file redaction [ch23908]#276
emosbaugh merged 2 commits intomasterfrom
emosbaugh/ch23908/support-bundle-allow-vendors-to-omit-entire

Conversation

@emosbaugh
Copy link
Copy Markdown
Member

No description provided.

Comment thread Makefile
-w /go/src/$(PKG) \
-l com.replicated.support-bundle=true \
golang:1.10 \
golang:1.13 \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.14?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then i would have to bump the whole project. i was just trying to make the tests match the prod dockerfile

Comment thread pkg/collect/plans/util.go
"sync"
"time"

"github.com/gobwas/glob"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use filepath.Match instead?

It doesn't allow matching /s, but I think that would be fine for our use case, right?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wanted to pre-compile the glob pattern so i could handle the error before scanning. filepath.Match does not let me

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably update troubleshoot then before we release it

@emosbaugh emosbaugh merged commit 838dcf8 into master Apr 23, 2020
@emosbaugh emosbaugh deleted the emosbaugh/ch23908/support-bundle-allow-vendors-to-omit-entire branch April 23, 2020 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants