Recent content by sterzy

  1. sterzy

    Google OpenID error

    alright, this is indeed a bug, there was url decoding missing in the parts of the ui involved here. added that now, the patch for that can be found on the list here [1] and will hopefully be applied soon. thanks for the report everyone! [1]...
  2. sterzy

    Google OpenID error

    Thanks for reporting this. Sorry I got side tracked with other projects before I could tackle this. Yes please open a bug report over at [1]. Thanks! [1]: https://bugzilla.proxmox.com/
  3. sterzy

    [SOLVED] api returned unexpected data - expected json body, got text/html

    Alright so it was just a matter of the PVE host timing out/being to slow for your proxy and the response through your proxy returning a text error page or something like that. Is everything working as intended now? In that case please mark this thread as resolved, thanks :)
  4. sterzy

    [SOLVED] api returned unexpected data - expected json body, got text/html

    Is there a proxy between the PDM instance and the Proxmox VE instance?
  5. sterzy

    [SOLVED] api returned unexpected data - expected json body, got text/html

    Could you post what version is the affected Proxmox VE is running? Thank you!
  6. sterzy

    Google OpenID error

    Interesting, I'll look into setting up a reproducer here. Most of the code between pdm and pbs is shared, though, so really not sure what the difference here would be.
  7. sterzy

    Google OpenID error

    Alright, that's good to know, thank you! Yes, but from my understanding each authorized redirect URI needs to configure specifically. So if you configured it for your other services and not PDM, that could explain why you are running into this issue. Hope that makes sense.
  8. sterzy

    No Login with ActiveDirectory Realm

    Yes, enabling users by default only works when syncing and only for users that get added by that sync operation. So existing users will stay disabled and the bug in the UI is entirely separate from that (unfortunately). So the only workaround for existing users is to edit the user.cfg file...
  9. sterzy

    Google OpenID error

    You may also need to adapt the "authorized redirect URIs" on Google's side [1]. [1]: https://developers.google.com/identity/protocols/oauth2/web-server#creatingcred
  10. sterzy

    Google OpenID error

    Sounds like your PDM host cannot reach the Google host here. Are you sure PDM is configured with sufficient access to the internet? We are aware of that and a fix has already been send to the mailing list [1]. [1]...
  11. sterzy

    No Login with ActiveDirectory Realm

    Could be that you are running into a previously patched issue [1], but version has been released that includes it yet [2]. So for now, you can either manually edit the file /etc/proxmox-datacenter-manager/access/user.cfg directly and add the line enable true to any account you want to enable...
  12. sterzy

    No Login with ActiveDirectory Realm

    This refers to the users state within PDM and not within your AD realm. Does the user appear as enabled when you look at the overview of users in the access control panel? I'll try to reproduce this one, sounds like a wiring issue. Sorry for the inconvenience.
  13. sterzy

    Subscription key

    Hallo, ja der Key muss "re-issued" werden, ist im Shop erklärt [1]. [1]: https://shop.proxmox.com/index.php?rp=/knowledgebase/6/Server-change---How-can-I-move-my-current-subscription-key-to-the-new-server.html
  14. sterzy

    Token already exists

    Fingerprints just identify the TLS certificate and probably aren't you problem here. The error message indicates that there is already a token by this name already exists on the remote. Either choose a different name for the token when adding the remote or log into the remote and remove the...
  15. sterzy

    Proxmox Datacenter Manager 1.0 (stable)

    Yes there is already an open bug to track implementing groups for PDM [1]. The context there is LDAP/AD realms, but of course OpenID realms would be part of that too once we implement it. [1]: https://bugzilla.proxmox.com/show_bug.cgi?id=6883