1,094 questions
0
votes
1
answer
70
views
How do I do softap provisioning for an esp32-c6 in flutter?
I'm trying to write an app in flutter to perform softap provisioning for an ESP32-C6 (https://docs.espressif.com/projects/esp-idf/en/v5.4.1/esp32c6/api-reference/provisioning/wifi_provisioning.html). ...
0
votes
0
answers
36
views
Jenkins Docker Cloud Agent with Socat and TLS: "Received fatal alert: internal_error"
What I've done
I use Jenkins as a Docker container. I'm setting up a Jenkins Cloud Agent using the Docker Remote API with Socat and TLS.
I followed these steps:
Created a Certificate Authority (CA) ...
0
votes
0
answers
15
views
GKE ManagedCertificate "FAILED_NOT_VISIBLE" & Missing Ingress External IP
I'm using GKE with an Ingress and a ManagedCertificate for my domain (details redacted). My YAML manifest is as follows:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: my-name-...
0
votes
0
answers
90
views
Deployment fail when provisioning endpoint in Azure AI Machine Learning Studio
While deploying an AI model with Azure AI, my deployment fails while provisioning the endpoint with the following error:
{
"status": "Failed",
"error": {
"code":...
1
vote
0
answers
22
views
ESP32 Bluetooth - Is it possible to keep Provisioning Manager Bluetooth Up, After Provisioning Is Done?
Is there any way to keep the ESP32 Provisioning Manager's Bluetooth stack up and running (including any active connection and BLE "endpoints"), long after WiFi provisioning is finished? I.e. ...
0
votes
0
answers
43
views
Automating Admin Password Sync Between Keycloak Environments
I'm working with Keycloak and have encountered an issue while syncing data between production and staging environments. Here's the situation:
Architecture: Keycloak, mysql, backend (my code)
I take a ...
0
votes
2
answers
533
views
SCIM / Entra ID Provisioning: How to remove user attributes in the target system?
GET Users/{Id} returns the following json:
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": "16960d38-728d-4865-925c-165caf50708d",...
0
votes
2
answers
471
views
Provisioning (SCIM) by Entra/Azure: Why can I not select the "groups" attribute in my attribute mapping?
I need to get a PATCH Users request with the added group in the "groups" attribute (Json) if a User in Entra is added to a group (by editing the Group and adding the user).
First of all, is ...
0
votes
1
answer
152
views
How to configure Entra ID Provisioning with Agent for Intranet-use?
I need Entra provisioning to run on Intranet with no incoming connection from Microsoft.
I installed the "Microsoft Entra provisioning agent" with extension "On-premises application ...
0
votes
0
answers
182
views
Error during user provisioning with sap ips
I have set up IPS for user provisioning from IAS to SAC. The target system is SAC. During user provisioning, I am encountering the following error:
system=TargetSAC
error=HTTP operation failed ...
0
votes
1
answer
131
views
Does the SCIM endpoints have to be available from Internet when using Microsoft Entra Provisioning?
Our app is usually only available from our customers Intranet and not Internet.
Would this work with Microsoft Entra Provisioning? It seems it can only be accessed by Internet since I have to ...
0
votes
0
answers
127
views
Solar2d and new Xcode provisioning profile location issue
Latest MacOS update (15.0.1) required a major Xcode update (v16). I can no longer build for iOS with Solar2d (2024.3710). Keychain Access has moved from it’s documented (by Apple and Solar2d) location ...
0
votes
0
answers
125
views
Azure SCIM - Group members are not sending from azure while group provisioning
I perform SCIM provisioning from Azure and have mapped the default attributes in the attribute mapping settings. I added 5 users to the "devtestgroup", but when sending the requests, Azure ...
0
votes
1
answer
576
views
Provision certificates fails in Graylog preflight UI
I installed Graylog DataNode following these instructions:
https://go2docs.graylog.org/current/downloading_and_installing_graylog/install_graylog_data_node.htm?tocpath=Installing%20Graylog%7C_____3
I ...
-1
votes
1
answer
181
views
Why do I not receive a response from $aws/certificates/create/json/accepted or rejected when I publish to topic $aws/certificates/create/json?
I have an esp32 device that has a certificate I generated in AWS to be used as a claim certificate. The esp32 connects to AWS fine and allows me to subscribe to the accepted and rejected topics. When ...