Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipskevin committed Aug 28, 2024
1 parent 83ea468 commit 55f18b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.venv
__pycache__
.env
_certs/*

# protobuf support
encryption_jwt/google
_certs
15 changes: 0 additions & 15 deletions .vscode/settings.json

This file was deleted.

5 changes: 3 additions & 2 deletions encryption_jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ In the same terminal start the worker:
poetry run python worker.py <namespace>
```

> Note: you will need to run at least one Worker per-namespace.
> [!Note]
> You will need to run at least one Worker per-namespace.
### Codec server

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

This file was deleted.

0 comments on commit 55f18b2

Please sign in to comment.