Closed wood-push-melon closed 1 year ago
As we discussed, we need to implement a
update_app_data
(or something along those lines) method inLdapProvider
, that will be used by the charm to update theldap_uri
andbase_dn
in all relations.We can merge it without that, but please create an issue to keep track of it.
Yep, will convert my local TODO list to some JIRA tickets for the memo.
This pull request tries to present the preliminary version of the juju charm library for the
ldap
juju interface. This version implements fundamental provider, consumer, and juju custom events.Note that this juju charm library is subject to change once the design of the
glauth-k8s
charm is finalized.