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

added fips flag #290

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

added fips flag #290

wants to merge 5 commits into from

Conversation

benklop
Copy link

@benklop benklop commented Mar 18, 2021

Description:

Currently gemstash is not usable in environments with fips enforcement. #195 Tried to resolve this but has stalled for 3 years since it seems this needs to be enabled with a flag. @olleolleolle updated the changeset to add such a flag, but the changes never made it back here. In the meantime the diff stopped applying cleanly, I have fixed that and opened this PR.

I have made this use the config file option fips instead of a flag.


I will abide by the code of conduct.

@olleolleolle
Copy link
Member

👋 Thanks for the interest in Gemstash.

There are tests covering the returned configuration, and they now fail. spec/gemstash/cli/info_spec.rb:74

@benklop
Copy link
Author

benklop commented Mar 19, 2021

spec/gemstash/cli/info_spec.rb

looks like there were some additional differences in that config too. i've addressed those so that spec passes now.

@@ -35,6 +39,8 @@
puma_workers: 1
cache_expiration: 1800
cache_max_size: 500
storage_adapter: local
s3_path: gemstash/s3_storage
Copy link
Author

Choose a reason for hiding this comment

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

These were not due to changes I made, but were needed to get the spec to pass

@bronzdoc
Copy link
Member

bronzdoc commented Jul 1, 2021

@benklop could you rebase this PR with master please, thank you! 🙇

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.

Support hosts in FIPS mode
3 participants