Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Jul 17, 2023
1 parent 743af33 commit 1448ad1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions charms/jimm-k8s/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ options:
description: |
The source address for the connection to Vault.
This should be a single IP with no CIDR.
E.g. 10.1.2.123
1 change: 0 additions & 1 deletion charms/jimm-k8s/src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ def _on_vault_relation_changed(self, event):
role_id = None
token = None
try:
logger.info(f"Received vault data: {event.relation.data[event.unit]}")
for key, value in event.relation.data[event.unit].items():
value = value.strip('"')
if "vault_url" in key:
Expand Down

0 comments on commit 1448ad1

Please sign in to comment.