Skip to content
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

improve certificate change detection on linked stores #48151

Merged
merged 2 commits into from
Mar 25, 2021

Conversation

wfurt
Copy link
Member

@wfurt wfurt commented Feb 11, 2021

This change checks if rootDirectory using readlink. Seems like the links become more popular and this will allow to monitor the link it self as well as the directory it links to.

link can point to another link and so on. I was on the fence if I should wrap the lookup in reasonable amount of iterations.
I decided not to for simplicity so this covers default configuration.

I'm not sure about the names.

@wfurt wfurt added area-System.Security os-linux Linux OS (any supported distro) labels Feb 11, 2021
@wfurt wfurt requested review from tmds and bartonjs February 11, 2021 06:47
@wfurt wfurt self-assigned this Feb 11, 2021
@ghost
Copy link

ghost commented Feb 11, 2021

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks
See info in area-owners.md if you want to be subscribed.

Issue Details

This change checks if rootDirectory using readlink. Seems like the links become more popular and this will allow to monitor the link it self as well as the directory it links to.

link can point to another link and so on. I was on the fence if I should wrap the lookup in reasonable amount of iterations.
I decided not to for simplicity so this covers default configuration.

I'm not sure about the names.

Author: wfurt
Assignees: wfurt
Labels:

area-System.Security, os-linux

Milestone: -

@jeffhandley
Copy link
Member

/azp run

@azure-pipelines
Copy link

You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@jeffhandley
Copy link
Member

@bartonjs I've rebased this on main. From what I can tell, you've given implicit sign-off since @wfurt addressed your feedback. Would you mind taking another look and signing off if you agree that this can be merged once green? Thanks!

@bartonjs bartonjs merged commit 400311b into dotnet:main Mar 25, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 24, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Security os-linux Linux OS (any supported distro)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants