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

Closes #1180 - The configuration server does not use custom private keys for authenticating Git fetches #1190

Merged
merged 3 commits into from Aug 16, 2021

Conversation

Patrick-Eichhorn
Copy link
Contributor

@Patrick-Eichhorn Patrick-Eichhorn commented Aug 13, 2021

closes #1180


This change is Reviewable

mariusoe
mariusoe previously approved these changes Aug 16, 2021
Copy link
Member

@mariusoe mariusoe left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @Patrick-Eichhorn)


components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/file/versioning/RemoteConfigurationManager.java, line 240 at r1 (raw file):

Decides what type of authentication is performed.

Decides what... expresses rather as that something is returned or determined, instead of that something is done.
Just say whats happening Authenticates the given command with a password or PPK authentication, depending on the given remote repository setting..


components/inspectit-ocelot-configurationserver/src/main/java/rocks/inspectit/ocelot/file/versioning/RemoteConfigurationManager.java, line 245 at r1 (raw file):

authenticate

Imo authenticateCommand would be more expressive.

Copy link
Member

@mariusoe mariusoe left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @Patrick-Eichhorn)

@Patrick-Eichhorn Patrick-Eichhorn merged commit d5e1bd7 into inspectIT:master Aug 16, 2021
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.

The configuration server does not use custom private keys for authenticating Git fetches
2 participants