Skip to content

Commit

Permalink
docs: coordinator policy allows logging vars
Browse files Browse the repository at this point in the history
  • Loading branch information
davidweisse committed Jun 17, 2024
1 parent 7eb5e5d commit 654762d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,6 @@ spec: # v1.PodSpec
# ...
```

After changing the Coordinator configuration you have to regenerate the policies
for the `coordinator.yml` file.

```sh
contrast generate coordinator.yml
```

:::info

When updating the Coordinator policy, the policy hash is stored in the
`coordinator-policy.sha256` file. This hash needs to be passed to every
subsequent call to `contrast set` and `contrast verify` using the
`--coordinator-policy-hash` flag, as the hash now differs from the one embedded
into the CLI.

:::

To access the logs generated by the Coordinator, you can use `kubectl` with the
following command.

Expand Down

0 comments on commit 654762d

Please sign in to comment.