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 more security related parameters to service #379

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

lkck24
Copy link
Contributor

@lkck24 lkck24 commented Oct 5, 2023

Pull Request (PR) description

This PR adds more security related parameters to service unit.

This Pull Request (PR) fixes the following issues

Fixes #378

@lkck24 lkck24 force-pushed the Add-more-security-options branch 2 times, most recently from 5d3e434 to 94c1cda Compare October 5, 2023 01:57
Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

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

REFERENCE.md is outdated

Please update REFERENCE.md with

$ bundle exec rake strings:generate:reference

Add it to the PR and CI should continue.

Stdlib::Unixpath,Pattern[/-\/.+/],
Array[Variant[Stdlib::Unixpath,Pattern[/-\/.+/]],1],
],
Optional['EnvironmentFile'] => Variant[Stdlib::Unixpath,Pattern[/-\/.+/], Array[Variant[Stdlib::Unixpath,Pattern[/-\/.+/]],1]],
Copy link
Member

Choose a reason for hiding this comment

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

Why this change? Other parameter seems to use the same data type (BindPaths, BindReadOnlyPaths, maybe others), maybe it make sense to add another custom type for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I reverted the change

@lkck24 lkck24 force-pushed the Add-more-security-options branch 3 times, most recently from d59f09e to 228e4fe Compare October 5, 2023 02:27
@lkck24 lkck24 force-pushed the Add-more-security-options branch from 228e4fe to f642ec5 Compare October 5, 2023 02:29
@lkck24
Copy link
Contributor Author

lkck24 commented Oct 5, 2023

I have no idea why OL7 tests are failing. But it does not look like it is related to my change.

@bastelfreak bastelfreak added the enhancement New feature or request label Oct 5, 2023
@bastelfreak
Copy link
Member

the OL7 repo is broken and causes our tests to fail :(

Thanks for the PR!

@bastelfreak bastelfreak merged commit 006bdf0 into voxpupuli:master Oct 5, 2023
@lkck24 lkck24 deleted the Add-more-security-options branch October 5, 2023 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for more security related service parameters
3 participants