Commit Graph

16 Commits

Author SHA1 Message Date
Shannon Kularathna 6f1eed2750 Minor modification to cleanup step intro 2022-10-07 18:20:08 +00:00
Shannon Kularathna 24198cfe45 Add Edit secret step 2022-10-07 18:19:07 +00:00
Shannon Kularathna a9aa488fda Modify verify and decode steps
- Change the describe command
- Add step numbers to decode section
- Change first step to remove excess words
- Modify password base64 string to match previous step
- Move code sample comments into a caution block
2022-10-07 18:16:22 +00:00
Shannon Kularathna 3436e2b361 Add overview and modify create steps
- Add brief intro to the page
- Improve the intro to the create secret section
- Split the steps for creating into subheadings for raw and file
- Keep commands the same but change the password string to be uniform
- Keep explanation of -n flag same but add line at end of note for escaping
- Keep explanation of default key name same (line 64-65)
2022-10-07 18:02:09 +00: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 0b9899c49d Add information about returned values in stringdata and a link to verify secret 2022-07-25 21:40:40 +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
Shannon Kularathna e084eefad6 Update formatting and style 2021-05-07 20:22:29 +00:00
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
Hrishikesh Barua 43d071e8eb
Corrected the field names in the secret 2020-12-02 14:25:30 +05:30
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