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

Add config to enable/disable the safe.directory changes #118

Open
4 tasks
pit1sIBM opened this issue Sep 17, 2024 · 0 comments
Open
4 tasks

Add config to enable/disable the safe.directory changes #118

pit1sIBM opened this issue Sep 17, 2024 · 0 comments

Comments

@pit1sIBM
Copy link
Contributor

Description

As a developer, I want to have the ability to enable/disable the safe.directory changes to .gitconfig.

Discussion

Right now in Openshift when using restricted-v2, the user ID is randomly generated from a range of UIDs e.g.

bash-5.1$ id
uid=1000710000(1000710000) gid=0(root) groups=0(root),1000710000

Naturally this ID doesn't have access to modify the global config by default. But even if I set the config during build at the system level, this still fails which isn't ideal. I can modify permissions but it would be nice to have oper8 just pick up my system config, instead of trying to create its own config file.

Acceptance Criteria

  • Unit tests cover new/changed code
  • Examples build against new/changed code
  • READMEs are updated
  • Type of semantic version change is identified
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