Egor Balakin
|
3eb4f165b2
|
feat(commonPipelineEnvironment): encrypt CPE (#4504)
* encrypt CPE - init
* fix
* disable encrypt on Jenkins
* get PIPER_pipelineEnv_SECRET from vault
* reuse artifactPrepareVersionOptions
* encrypt only with orchestrator.GitHubActions
* Workaround: orchestrators expect json
* add encryptedCPE flag
* remove JSON workaround
* throw error if stepConfigPassword is empty
* fix log messages
---------
Co-authored-by: Egor Balakin <egor.balakin@sap.com>
|
2023-09-11 12:58:57 +04:00 |
|
Jordi van Liempt
|
0ba4c2206c
|
chore(deps): Replace io/ioutil package (#4494)
* update all deprecated ioutil usages
* forgotten changes
* add missing imports
* undo changing comment
* add missing 'os' import
* fix integration test
---------
Co-authored-by: I557621 <jordi.van.liempt@sap.com>
Co-authored-by: Gulom Alimov <gulomjon.alimov@sap.com>
|
2023-08-16 12:57:04 +02:00 |
|
Kevin Stiehl
|
a48b8afc31
|
fix(commonPipelineEnvironment): keep json numbers untouched (#2908)
* keep numbers untouched
* rebase master
|
2021-06-23 20:20:43 +02:00 |
|
Kevin Stiehl
|
29b991d6fc
|
feat(commonPipelineEnv): consume pipeline environment from env variable if set (#2919)
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
|
2021-06-17 16:54:57 +02:00 |
|
Kevin Stiehl
|
6c7814e4d5
|
feat(cpm): Add read and write CPE Go step (#2888)
* add read write cpe go steps
* Update pkg/piperenv/CPEMap.go
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* Update pkg/piperenv/CPEMap.go
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* Update pkg/piperenv/environment.go
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
* rename file
* add error handling
* add error handling
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
|
2021-06-11 16:17:40 +02:00 |
|