James Ringer
James Ringer
@mairin I found your latest comment to be sincere, and I think everyone can appreciate your honesty. You mentioned wanting to do it right. On that note, I think it...
> @jameshearttech we do store `accesskey` and `accesssecret`. what are you requesting here? you suggesting to objectstoreuser should point to someSecret for this values? Yes, exactly. [https://rook-io.slack.com/archives/CK9CF5H2R/p1674075543129569](https://rook-io.slack.com/archives/CK9CF5H2R/p1674075543129569) In my case...
Yeah, they are definitely related. If it makes sense, feel free to close this one. EDIT: Oh, wait, I see the other issue was closed. The other issue has a...
Please do not close feature request. Afaik this has not been implemented.
@aidanm1999 I thought I had the same problem, but I actually got it working just now. Maybe I can help you with your setup? # Summary I'm building a monorepo...
Do existing tests not cover this? Can I not just add git-lfs package in a Dockerfile using apt-get then run tests on new image? My background is sysadmin. I'm new...
Does this help? [GitHub - Configuring Git LFS](https://docs.github.com/en/repositories/working-with-files/managing-large-files/configuring-git-large-file-storage) GitHub provides some storage and bandwidth for LFS for free. [GitHub - About Storage and Bandwidth](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage) We can do a call and...
If you setup a public GitHub repo with LFS I don't think you need authentication.
Do the existing tests use a git repo to test? Maybe just add an LFS file to that repo?
In my fork I have setup lfs-test-server using the sshd folder as an example. ``` _test_tools ├── lfs-test-server │ ├── Dockerfile │ ├── README.md │ └── run.sh ├── ncsvr │...