Skip to content

Commit

Permalink
Add robot users to vault instance's SSH users.
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Jul 31, 2023
1 parent 3408a6c commit 5216df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Add `robot` users to vault instance's SSH users.

## [14.16.2] - 2023-07-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion templates/vault.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ passwd:
- "sudo"
- "docker"
{{ range .Users }}
{{- if eq .role "SRE" "PE" }}
{{- if eq .role "SRE" "PE" "robot" }}
- name: "{{ .name }}"
groups:
- "sudo"
Expand Down

0 comments on commit 5216df2

Please sign in to comment.