-
Notifications
You must be signed in to change notification settings - Fork 2k
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
auth_soft_fail needed for public images when agent is configured with auth #11190
Conversation
Thanks @shantanugadgil 🙂 I don't know why we space out the config block. Maybe we can set it to be more compact like this? What do you think? config {
image = "redis:3.2"
ports = ["db"]
auth_soft_fail = true
} |
I am fine with the above change you have proposed. or even something like: config {
image = "redis:3.2"
ports = ["db"]
auth_soft_fail = true
} Side note, after some grepping, I discovered there could be more "example" files in code which would need this fix though. |
Yeah, I think that works as well.
Good point. I think Where else were you thinking about changing? |
@lgfa29 I have now modified all |
Thanks @shantanugadgil! I pushed a commit to simplify the comment text a little. I also removed the second comment from the Connect example since it's already set in the first task. Does the new comment text still makes sense? |
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 forgot to actually accept and merge.
Thank you @shantanugadgil!
Thanks. the comments seem fine. Punctuation can be bettered, but having that option in there is more important! 👍 |
@lgfa29 this change doesn't appear even with the latest GA 1.3.1. I am not sure why the assets are not being used correctly! :(
|
Oh that's weird...I'm not sure why the generate file was not updated during the release process. We call I think that, because the file already exists, I will investigate this further, thanks for let me know! |
Just wondering if you were able to determine the issue with the assets. |
Sorry, I missed this 😅 I didn't find the root cause, but manually fixed. I should be there in 1.3.2. |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
auth_soft_fail needed for public image when agent is configured with auth