Commit Graph

27 Commits (26e2dc72900aa6ab71d655c00d04fa4579b86e89)

Author SHA1 Message Date
Michael 6fc8a2557d /configmap-secret/managing-secret-using-config-file.md 2022-08-05 17:15:35 +08:00
Shannon Kularathna 4c897e1cc1 Call config file a manifest and remove a 'please'
Co-authored-by: Tim Bannister <tim+kubernetes@scalefactory.com>
2022-07-27 17:54:31 -04:00
Shannon Kularathna 1955505a1d Fix minor text wrapping nits.
Co-authored-by: Divya Mohan <divya.mohan0209@gmail.com>
2022-07-26 18:18:33 +00:00
Shannon Kularathna ced82c8e96 Move stringdata info to its own section to avoid breaking up task flow 2022-07-25 21:41:06 +00:00
Shannon Kularathna a3dc78ac3a Remove the Check the secret section and merge into the existing sections 2022-07-25 21:40:44 +00:00
Shannon Kularathna 0b9899c49d Add information about returned values in stringdata and a link to verify secret 2022-07-25 21:40:40 +00:00
Shannon Kularathna 134eeb2282 Add step numbering to steps 2022-07-25 21:39:42 +00:00
Shannon Kularathna 28a872ede5 Update step intros and improve step formatting 2022-07-25 19:15:52 +00:00
Shannon Kularathna 12e85f6e28 Update the Create section intro for accuracy 2022-07-25 19:15:39 +00:00
Samuel Gaist 73bd4563a8 docs: add secure example for getting secret values
The current example showing how to decode a secret
does it in several steps which is fine but if some level
of security is required will leak the encoded secret
value in the shell history thus making it retrievable.

This patch adds an example on how to retrieve that
value without exposing it.
2022-02-17 09:11:19 +01:00
Wiktor Kwapisiewicz e8b498ee14
Fix secret name to be consistent with examples 2021-07-22 10:58:47 +02:00
Kubernetes Prow Robot 8e737b26da
Merge pull request #27933 from toshokan/secrets-typo
[en] Fix secret -> secrets in titles
2021-07-10 18:34:46 -07:00
Qiming Teng e9703497a1 Remove exec permission on markdown files
For some unknown reasons, we have got many markdown files with exec
permission. That is weird and risky.
2021-06-16 17:57:00 +08:00
Brett Nekolny eb0fbf236b Add envs example for secretGenerator. 2021-05-12 17:29:17 -06:00
toshokan c860159ea8
[en] Fix secret -> secrets in titles 2021-05-10 22:07:40 -04:00
Kubernetes Prow Robot 98ae77bdd6
Merge pull request #27424 from Shubham82/fix-secret_content_layout
Modified the output when retrieving Secrets.
2021-05-10 15:13:36 -07:00
Shannon Kularathna e084eefad6 Update formatting and style 2021-05-07 20:22:29 +00:00
Shubham Kuchhal 2b822af36a Modified the output when retrieving Secrets. 2021-04-06 11:07:59 +05:30
Kubernetes Prow Robot ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
clean up use of word: just
2021-03-26 04:34:43 -07:00
Shubham Kuchhal 41dff008af Improvement: Managing Secret using kubectl 2021-03-19 12:41:19 +05:30
Karen Bradshaw 3ff5ec1eff clean up use of word: just 2021-03-17 19:57:40 -04:00
Sibi Prabakaran 6a246ed922
docs: Update the name of the secret in the output
I found it confusing that the name of secret is different that the one created. Hopefully this helps.
2021-02-26 16:02:46 +05:30
xieyanker 663e149adb
Fix delete secret 2021-02-01 15:38:04 +08:00
Hrishikesh Barua 43d071e8eb
Corrected the field names in the secret 2020-12-02 14:25:30 +05:30
Sushil Kumar cf14321b76
Fixed typo
Fixed typo s/kustomizae/kustomize
2020-09-19 12:18:16 -07:00
Hao Yuan dfda08a978 fix code block cannot be rendered in title 2020-09-18 21:29:19 +08:00
Qiming Teng 995b067fdb Separating tasks from Secret concept
There are many contents in the (*very big*) Secret concept page which
are actually tasks. This PR proposes a separation of some contents
into separate tasks, so that we have a (hopefully) better organization
of the content and we make room for improvement to the concept itself.

Note that the creation of the `configmap-secret` directory (instead of
`secret`) is an intent to create a folder for both ConfigMap and Secret,
both of which are about configurations though there are quite some
differences between them.
2020-09-13 21:06:58 +08:00