charm-openidc-test-fixture:main

Last commit made on 2022-09-09
Get this branch:
git clone -b main https://git.launchpad.net/charm-openidc-test-fixture

Branch merges

Branch information

Name:
main
Repository:
lp:charm-openidc-test-fixture

Recent commits

d5ba44b... by Felipe Reyes

Fix typo

Add missing '=' when setting the email of user's created.

3c91960... by Felipe Reyes

Set email when creating a user

The user creation now sets an email to {username}@example.com and the
flag 'emailVerified' set to true, this allows the keyston mapping to
correctly find the users.

e2a97fc... by Felipe Reyes

Update README.md

Include the details of the client created and document the relation to
vault.

5bfd8b4... by Felipe Reyes

Add 'certificates' interface support.

When adding a relation to vault the charm will request certificates and
configure the identity provider to use them, the service will be
listening in the port 8443.

  juju add-relation vault openidc-test-fixture

The oidc-provider-metadata-url can be set using the following url:
https://<IP>:8443/realms/master/.well-known/openid-configuration

1f6c2ec... by Felipe Reyes

Add architecture to charmcraft.yaml

63c4886... by Felipe Reyes

Drop prefix 'charm-' from charm name.

8f77459... by Felipe Reyes

Add osci.yaml

osci.yaml is used by rename.sh

9bfcb23... by Felipe Reyes

Fix pep8 and unit tests

- Add tox.ini, rename.sh, .stestr.conf
- Fix pep8 errors
- Rename 'tests' dir to 'unit_tests'
- Delete unit testing boilerplate

9d95ca6... by Felipe Reyes

Merge pull request #1 from VariableDeclared/main

OIDC Keycloak charm

aedc16e... by Peter Jose De Sousa

Remove empty files and update metadata.yaml