Jacopo Rota
Jacopo Rota
This Pull request aims to update the trusty images and documentation according to the incoming release
This Pull request aims to update the trusty images and documentation according to the incoming release
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/examples/blob/master/CODE_OF_CONDUCT.md). -...
STILL WIP - Early feedback is more than welcome: i.e. if this feature is a nice to have for the project I'm happy to move on with the integration tests....
Hi team, I'm trying to login with a Github token but I can't find the configuration to do it https://quarkiverse.github.io/quarkiverse-docs/quarkus-vault/dev/index.html#configuration-reference. The Vault documentation about this authentication mechanism is here https://www.vaultproject.io/api-docs/auth/github....
You have a conflict here https://github.com/tigoe/mqtt-examples/blob/main/node-clients/MqttNodeClient/mqtt-client.js :)
# Issue description In MAAS we are using some utilities from the LXD library to extract the hardware info of a machine (see [here](https://github.com/canonical/maas/blob/4b019c3dcae62decbb60cffff8573d1ccdbed49c/src/host-info/pkg/info/info.go#L180)). If this is run on a...
I found out that in TF there are many calls to ``` func getMachine(client *client.Client, identifier string) (*entity.Machine, error) { machines, err := client.Machines.Get(&entity.MachinesParams{}) if err != nil { return...
Hey there, # Context In our labs we are using the parca agent (snap) to monitor our [MAAS](https://maas.io/) instances. We are running ``` parca-agent v0.35.3 2587 latest/edge parca-team✓ classic ```...
Hi there, We are creating new users with ``` ipmi-config --commit --key-pair=User3:Username=maas ipmi-config --commit --key-pair=User3:Password=REDACTED ipmi-config --commit --key-pair=User3:Enable_User=Yes ipmi-config --commit --key pair=User3:Lan_Privilege_Limit=Administrator ipmi-config --commit --key-pair=User3:Lan_Enable_IPMI_Msgs=Yes ipmi-config --commit --key-pair=User3:Lan_Enable_Link_Auth=Yes ipmi-config --commit...