-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add ingress_per_unit integration
BREAKING CHANGES: Updates the return type of the `ldap_url` property from `LdapIntegration` to `List[str]` from `str` to support retrieving multiple ingress urls for `glauth-k8s`. Ingress is required for glauth-k8s to be publicly addressable from outside Kubernetes. Does not change the `ldap` interface implementation as `url` was already provided as a list object within the `ldap` charm library, so it just moves the `List[str]` type casting in `provider_data`. Signed-off-by: Jason C. Nucciarone <[email protected]>
- Loading branch information
1 parent
0d7c063
commit cb2d8a0
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters