Skip to content

Commit

Permalink
Merge pull request #45 from tracikkaynakplatform/aob
Browse files Browse the repository at this point in the history
env vars are reducted
  • Loading branch information
basakil authored Feb 5, 2023
2 parents c706696 + f5d047d commit f5b178e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note: put a minus inside item selector, prior to constructing a task for it..
- [ ] cluster initialization (for docker and aws) on the mgmt cluster
+HARDWORK +LOWPRI
- [x] add version to window title

- [x] redact environment variables' outputs.

- [ ] add button stays at the bottom-right in src/react-app/pages/ManagementClustersPage.jsx. Could not fiz it via changing its order !
+UIUNITY
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kos",
"productName": "kos",
"version": "0.3.2",
"version": "0.3.3",
"description": "Kubernetes Orkestrasyon Sistemi",
"main": ".webpack/main",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/main/services/base/ClientExecutable.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ export class ClientExecutable {
logger.debug(
`Executing -> ${path} ${_args.join(" ")} ${
env && env != {}
? `with ${Object.keys(env ?? {}).map(
(x) => `${x}=${env[x]}`
)} environment variables`
? `with *REDACTED* environment variables`
: ""
}`
);
Expand Down

0 comments on commit f5b178e

Please sign in to comment.