Skip to content

Commit 6420a55

Browse files
committed
Activate/Deactivate LIB
1 parent 8b60b38 commit 6420a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ sequenceDiagram
5858
WRK->>CMD: Run
5959
activate CMD
6060
CMD->>LIB: LD_PRELOAD
61+
activate LIB
6162
LIB->>LIB: crypteia.json (read/delete)
6263
LIB->>CMD: 🔐 Shared Memory
64+
deactivate LIB
6365
CMD->>CMD: getenv(3)
6466
CMD->>WRK:
6567
deactivate CMD
6668
```
6769

68-
Secrets are fetched in batch via the `ENTRYPOINT`. This is done for you automatically with the Lambda Runtime Interface Client as part of the Lambda Extensions interface. When using Ctypteia with other container tools, calling the binary `/opt/extensions/crypteia` would need to be as an explicit `ENTRYPOINT` or part of that script.
69-
70-
When your `CMD` process is running, replacing `x-crypteia` prefixed environment values with `getenv(3)` is done quickly in memory.
70+
Secrets are fetched in batch via the `ENTRYPOINT`. This is done for you automatically with the Lambda Runtime Interface Client as part of the Lambda Extensions interface. When using Ctypteia with other container tools, calling the binary `/opt/extensions/crypteia` would need to be as an explicit `ENTRYPOINT` or part of that script. When your `CMD` process is running, replacing `x-crypteia` prefixed environment values with `getenv(3)` is done quickly in memory.
7171

7272
## Installation
7373

0 commit comments

Comments
 (0)