← Back to team overview

nagios-charmers team mailing list archive

[Bug 1886887] [NEW] allow to add extra users

 

Public bug reported:

So far, this charm only allow 2 users:

1) admin user, default to nagiosadmin
2) readonly user, name fixed to nagiosro, enabled when ro-passwd is provided.

This design is not flexible, e.g.:
in some cases, extra user with special name needs to be added for existing infra.

We can allow to add extra users with a new config, e.g.:

extra-users: name1:pass1:ro,name2:pass2:rw

which will be handy.

** Affects: charm-nagios
     Importance: Undecided
         Status: New

** Description changed:

  So far, this charm only allow 2 users:
  
  1) admin user, default to nagiosadmin
  2) readonly user, name fixed to nagiosro, enabled when ro-passwd is provided.
  
  This design is not flexible, e.g.:
  in some cases, extra user with special name needs to be added for existing infra.
  
  We can allow to add extra users with a new config, e.g.:
  
- extra-users: name1:pass1:ro,name2:pass2,rw
+ extra-users: name1:pass1:ro,name2:pass2:rw
  
  which will be handy.

-- 
You received this bug notification because you are a member of Nagios
Charm developers, which is subscribed to Nagios Charm.
https://bugs.launchpad.net/bugs/1886887

Title:
  allow to add extra users

Status in Nagios Charm:
  New

Bug description:
  So far, this charm only allow 2 users:

  1) admin user, default to nagiosadmin
  2) readonly user, name fixed to nagiosro, enabled when ro-passwd is provided.

  This design is not flexible, e.g.:
  in some cases, extra user with special name needs to be added for existing infra.

  We can allow to add extra users with a new config, e.g.:

  extra-users: name1:pass1:ro,name2:pass2:rw

  which will be handy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nagios/+bug/1886887/+subscriptions


Follow ups