Skip to content

Commit 8250d78

Browse files
authored
Merge pull request #388 from jseseCCS/add-inject-to-glossary
Adding glossary entry for 'inject'
2 parents 4688c81 + a298c2c commit 8250d78

File tree

1 file changed

+12
-0
lines changed
  • supplementary_style_guide/glossary_terms_conventions/general_conventions

1 file changed

+12
-0
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/i.adoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,18 @@ There is no functional difference between the first server that was installed an
392392

393393
*See also*:
394394

395+
[[inject]]
396+
==== image:images/yes.png[yes] inject (verb)
397+
*Description*: When data is _injected_, an object or function receives other required objects or functions from external code instead of creating them internally. To _inject_ can also mean to populate application input fields with embedded control or command sequences.
398+
399+
Red Hat Trusted Application Pipeline users can configure secrets to inject sensitive data into an application in the form of files or environment variables.
400+
401+
*Use it*: yes
402+
403+
*Incorrect forms*:
404+
405+
*See also*:
406+
395407
[[insecure]]
396408
==== image:images/yes.png[yes] insecure (adjective)
397409
*Description*: _Insecure_ refers to something that is unsafe.

0 commit comments

Comments
 (0)