Robert Clark

Results 43 comments of Robert Clark

It seems in my case the problem is due to rails fixtures. With the old version of this gem I was able to declare my fixtures without including my file...

@nononoy Is this happening in test fixtures for you or somewhere else? I have mainly seen the problem in my test fixtures I believe however if you are seeing it...

@nononoy Is the `undefined method` error on the same line for you as it was for me?

This is happening due to Kitematic not handling the lack of a `latest` tag for that image, you can click the little `...` next to the create button and choose...

This is also breaking the `Getting started` steps for doorkeeper rails listed on https://doorkeeper.gitbook.io/guides/ruby-on-rails/getting-started. When running: ``` bundle add doorkeeper bundle exec rails generate doorkeeper:install ``` The second command gives...

It may help if you provide some more information about how you are instructing InSpec to impersonate the service account. InSpec just leverages https://github.com/googleapis/google-auth-library-ruby to handle authentication with Google Cloud,...

I have fixed all the failures on this PR except the actual merging of my other PR that this is dependent on. When that is merged I'll go ahead and...

In addition to the nginx config, the location of the TLS certificates also seems to be an issue with SELinux. I ended up having to install letsencrypt and run `audit2allow...

Yeah that should be possible, it would be best to avoid providing full access to the whole home directory though, I have found 2 commands that seem to setup permissions...

Sorry to be a bother but would it be possible for someone to take a look at this and let me know if it needs any changes?