Skip to content

Commit

Permalink
Merge pull request #20 from canonical/IAM-622
Browse files Browse the repository at this point in the history
feat: tls-certificates & certificate-transfer interface integrations
  • Loading branch information
wood-push-melon authored Jan 19, 2024
2 parents 20ca07e + f4ab3d6 commit 4d96a5a
Show file tree
Hide file tree
Showing 17 changed files with 3,173 additions and 26 deletions.
4 changes: 4 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ bases:
run-on:
- name: ubuntu
channel: "22.04"
parts:
charm:
charm-binary-python-packages:
- cryptography
390 changes: 390 additions & 0 deletions lib/charms/certificate_transfer_interface/v0/certificate_transfer.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/charms/glauth_k8s/v0/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _on_ldap_requested(self, event: LdapRequestedEvent) -> None:

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 2
LIBPATCH = 1

PYDEPS = ["pydantic~=2.5.3"]

Expand Down
Loading

0 comments on commit 4d96a5a

Please sign in to comment.