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

Is the store_git_keys_in_db parameter still required or functionality valid? #420

Open
jjarokergc opened this issue Oct 4, 2023 · 0 comments

Comments

@jjarokergc
Copy link

The store_git_keys_in_db parameter appears to be inconsistent with gitlab version 14+ as described in the setup instructions here: https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html

If this parameter is set to true, a file is created in /opt/gitlab-shell/authorized_keys that tries to call a non-existent command. Gitlab (at least from version 14) already has commands located in /opt/gitlab/embedded/service/gitlab-shell/bin for the fast lookup of keys.

Setting the parameter to true also creates a dependency failure because host_config.pp attempts to manage File['/opt/gitlab-shell'] before actually creating the user or group git.

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

No branches or pull requests

1 participant