Vincent Yin

Results 9 comments of Vincent Yin

@DigasNikas I did what you did to solve my problem, too, on a demo system. I don't know what is supposed to be the official solution. In my opinion, this...

You also want a fixed portion of string per line. So, not the entire message body is a random string, but more like: ``` 2018-03-02T22:33:27-06:00 ERROR An error is usually...

That's very helpful explanation! I wish it was in the docs to begin with. Yes, I had tried to do without those other sections of yaml, and failed. But I...

I'm very impressed with your fast help! Beyond my expectations, thank you! Consider this line - https://github.com/GoogleCloudPlatform/pubsub2inbox/blob/51422dd7b5d81fab7866cabc64462770363587cf/examples/artifactory-to-artifact-registry/main.tf#L104 I modified the surrounding Terraform so that the `config` YAML content now looks...

I now get this error: ```python Traceback (most recent call last): File "/workspace/main.py", line 768, in process_message_pipeline processor_variables = processor_instance.process() File "/workspace/processors/docker.py", line 107, in process source_registry = Registry(hostname=hostname, File...

It works! I just successfully tested both adding and deleting a Docker image from JFrog. Your code auto-synced them successfully to GAR. After you merge your PR, I plan to...

I believe that if the param is passed, as you suggested, like: - `requests.get(..., verify='/etc/ssl/certs/ca-certificates.crt'`) then the file path refers to the runtime server-side filesystem, i.e., the runtime filesystem of...

To harden the solution for an enterprise environment, I submitted a new PR to work with VPC Service Control perimeter: - https://github.com/GoogleCloudPlatform/pubsub2inbox/pull/83 Could you review it, please?