-
It depends on how you are using it. For instance quote might be stripped by shell if you simply pass the value via command line arguments. In that case, you may need to put base64 encoded version of your json and then convert it back to json in your program.
-
This is for: https://getcomposer.org/doc/articles/authentication-for-private-packages.md
We can't decode it since it's an environmental variable.
Weird thing is, the old job secrets work fine, so I believe there was an update that started stripping them out.
It is being used in the
Build Imagein Docker Image/Build Image under more options--build-arg COMPOSER_AUTH=@secret:composer-auth@ -
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (a4c332c4)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build OD-5269 is successful
-
Previous Value Current Value Released
Open
-
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (11a3449c)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build OD-5280 is successful
| Type |
Bug
|
| Priority |
Major
|
| Assignee | |
| Affected Versions |
10.9.6
|
| Labels |
No labels
|
When putting in a job secret that is in JSON
ex:
'{"http-basic":{"code.company.com":{"username":"user","password":"1234"}}}'It ends up becoming:
'{http-basic:{code.company.com:{username:user,password:1234}}}'Which breaks the build process.