Skip to content

Commit 55f18b2

Browse files
committed
code cleanup
1 parent 83ea468 commit 55f18b2

4 files changed

Lines changed: 4 additions & 36 deletions

File tree

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
.venv
22
__pycache__
3-
.env
4-
_certs/*
5-
6-
# protobuf support
7-
encryption_jwt/google
3+
_certs

.vscode/settings.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

encryption_jwt/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ In the same terminal start the worker:
6767
poetry run python worker.py <namespace>
6868
```
6969

70-
> Note: you will need to run at least one Worker per-namespace.
70+
> [!Note]
71+
> You will need to run at least one Worker per-namespace.
7172
7273
### Codec server
7374

@@ -140,4 +141,4 @@ Open the Web UI and select a workflow, you'll only see encrypted results. To see
140141
Once those requirements are met you can then see the unencrypted results. This is possible because
141142
CORS settings in the codec server allow the browser to access the codec server directly over
142143
localhost. Decrypted data never leaves your local machine. See [Codec
143-
Server](https://docs.temporal.io/production-deployment/data-encryption)
144+
Server](https://docs.temporal.io/production-deployment/data-encryption)

requirements.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)