question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running fips outside any "fipsified" project folder results in an error

See original GitHub issue

Environment: Windows 10, Python 3.7 According to fips documentation, to test if fips works and it is properly installed one needs to “Invoke the fips main script by running ‘./fips’ from within the fips directory”. On Windows, run ‘fips’ instead of ‘./fips’. Doing so it always results in an error:

C:\Python37\python.exe: can't find '__main__' module in 'fips

even if I run with ‘help’ argument:

fips help

This doesn’t happen when fips is run from a “fipsified” project. I think some error message should be displayed if fips is being run anywhere else. This seems like an issue.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
flooohcommented, Oct 9, 2019

Ok, new bug #240, closing this one 😃

0reactions
flooohcommented, Oct 9, 2019

Yes, an error message would make sense. I’m not sure yet if it’s possible to do centrally in the fips repository without changing the “frontend” mini-fips-script in actual projects, but I’ll write a ticket for that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FIPS mode verification - Red Hat Customer Portal
I'm reading about installed RHEL in FIPS mode and I see this: ~~~ To fulfil the strict FIPS 140-2 compliance, add the fips=1...
Read more >
Imports | Fips Docs
fips implements a very simple 'package manager' for external code modules. A fips project can list a number of 'imports' in its fips.yml...
Read more >
subject:"FIPS 1.2" - The Mail Archive
I want to build libosslfips.dll (Windows) in openssl-0.9.8o or openssl-fips-1.2 But This is build(link) error (LNK2001)!! In UserGuide-1.2 ...
Read more >
How to check FIPS 140-2 support in OpenSSL? - Stack Overflow
How do I check whether OpenSSL has is providing FIPS validated cryptography or not? It depends on how and when you want to...
Read more >
FIPS compliance - GitLab Docs
The supported hybrid platforms are: Omnibus GitLab: Ubuntu 20.04 LTS; Cloud Native GitLab: Amazon Linux 2 (EKS). Unsupported features in FIPS mode. Some...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found