Request: transfer ownership to Identity team

Please transfer ownership of the following charms/bundles to identity-charmers group. Thanks a lot!

iam-bundle

identity-platform-login-ui-operator

hydra

kratos

kratos-external-idp-integrator

Hi, iam-bundle doesn’t seem to exist. The others are done :slight_smile:

$ for charm in iam-bundle identity-platform-login-ui-operator hydra kratos kratos-external-idp-integrator; do charmin-remote.sh transfer $charm identity-charmers; done
Transfer iam-bundle to identity-charmers
Traceback (most recent call last):
Exception: no iam-bundle charm
Transfer identity-platform-login-ui-operator to identity-charmers
{'ok': True}
Transfer hydra to identity-charmers
{'ok': True}
Transfer kratos to identity-charmers
{'ok': True}
Transfer kratos-external-idp-integrator to identity-charmers
{'ok': True}

Thanks a lot @roadmr! iam-bundle is a bundle, not a charm, could it be the reason why it failed?

Hi - no, my script handles both bundles and charms. Is it possible iam-bundle was not actually registered?

I even checked the database directly:

select count(*) from snap where name='iam-bundle';
 count 
-------
     0
(1 row)

(don’t be confused by the table name - the same service and table hosts charms, bundles and snaps :))

  • Daniel

@roadmr sorry, my bad - it was named just iam: Charmhub | Deploy Iam using Charmhub - The Open Operator Collection Could you transfer its ownership too? Thanks a lot

Thanks for locating it :slight_smile: I’ve transferred it.

  • Daniel