aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/secret_test.go
Commit message (Expand)AuthorAge
* Add --pretty to podman secret inspectAshley Cui2022-09-22
* Fix a few missed io/ioutil -> os updatesChris Evich2022-09-21
* Merge pull request #15871 from cevich/replace_ioutilOpenShift Merge Robot2022-09-21
|\
| * Replace deprecated ioutilChris Evich2022-09-20
* | Add labels to secretsAshley Cui2022-09-20
|/
* Fixes for vendoring BuildahEd Santiago2022-09-09
* Merge pull request #15392 from ashley-cui/quietOpenShift Merge Robot2022-08-22
|\
| * Add quiet/q flag to podman secret lsAshley Cui2022-08-22
* | Add podman secret inspect -f alias for --format: Docker compatibilityDaniel J Walsh2022-08-17
* | Add podman secret create -d as alias for --driver for Docker compatibilityDaniel J Walsh2022-08-17
|/
* enable errcheck linterPaul Holzinger2022-04-29
* bump go module to version 4Valentin Rothberg2022-01-18
* Add secret list --filter to cliJakub Guzik2021-12-14
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* e2e tests: more cleanup of BeTrue()sEd Santiago2021-11-30
* e2e tests: enable golintEd Santiago2021-11-29
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* read secret config from config file if no user data.Tino Rusch2021-06-24
* Add support for environment variable secretsAshley Cui2021-05-06
* bump go module to v3Valentin Rothberg2021-02-22
* Implement SecretsAshley Cui2021-02-09