John Torakis

Results 36 comments of John Torakis

This will be useful to you if you see the following error: ``` Building native extensions. This could take a while... ERROR: Error installing fluent-plugin-mongo: ERROR: Failed to build gem...

> Does this work with the parse-json feature? That would be very useful to me. Added such support in this PR: https://github.com/abhilash1in/aws-secrets-manager-action/pull/44#issuecomment-1250784413 Cheers!

Please use the ``` code blocks in markdown to properly markup code like below: ```python # This is Python code print "5" def p(x) : return x + 1 ```

First of all, you might need to fix your text's format. The question is hidden in code as you did enter ` ``` ` with indentation. Secondly, it has to...

Just added support for `parse-json` as I also needed it in my usecase. With `json` secrets as: ```json { "key1":"value1", "key2":"value2" } ``` ```yaml - name: Read secrets from AWS...

> Thank you for the PR, @operatorequals! Will review it shortly. Hello @abhilash1in ! Added an extra feature here, can you please re-trigger the tests? I am currently using this...

> Is it possible for this to also support having _no prefix_ as well? So in your example, if you had: > > ``` > { > "key1":"value1", > "key2":"value2"...

> @operatorequals just so I understand, > > The syntax: > > ``` > json | > ``` > > Would be able to import json secrets without a prefix?...

With version `v1.0.0` the [_Profiles_](https://github.com/operatorequals/httpimport#profiles) are now supported, that make it possible to set custom HTTP headers in a per-URL basis, enabling authentication to third-parties and more. As now all...

Hello all! I have the feeling that this is behaviour of Github itself, treating Python `urllib` User-Agent differently. This could make sense, as such User-Agents are sent by scripts and...