Closed niravjdn closed 3 months ago
you likely have misconfigured aws data, very difficult to tell without any debugging on your end or output or config or really anything
that file does not trigger the hook for me, though I have properly configured credentials
Can you suggest me steps to reconfigure? I am following standard steps. I tried to delete hooks folder in.git and reconfigure also but did not work.
I can't without knowing what's wrong and I really shouldn't be telling you how to set up aws credentials either! that's fairly out of scope
I don't have anything related to aws in entire repo actually.
typically you don't -- aws is configured external to your repository
Ohh I get it, even though it is not in repo and in home directory, The hook still scans for it even if I don't track it?
how else would it prevent your credentials from being checked in?
What's the point of checking aws credentials located in my home directory at ~/.aws in commit hooks? I am not committing them or not tracking.
think for a minute -- what if you did check them in -- how would a tool know whether you checked them in or not?
Understood, Thank you. Closing the issue.
Below is content of my domain.py file.