Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4-docs/pr-2889
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PR guidelines docs are updated with correct helm configuration syntax
9 changes: 6 additions & 3 deletions docs/src/developer/developer/pr-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ The following needs to be done, as part of a PR adding endpoints or changing end
### Helm configuration

For internal endpoints for QA access on staging environments, copy a block with `/i/` containing

```
zauth: false
basic_auth: true
whitelisted_envs: ['staging']
- path: /some/path
envs:
- staging
disable_zauth: true
basic_auth: true
```

For customer support access to an internal endpoint, instead update code in [stern](https://github.com/wireapp/wire-server/tree/develop/tools/stern) as part of your PR. There is no need to add that endpoint to nginz.
Expand Down