You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to directly copy and paste my SAML metadata from my IdP and use it in yaml/gitops as yaml has strict tabbing requirements. This means I have to tab this data out before using it in yaml. Since sso_settings.metadata and mdm.end_user_authentication.metadata are at different indentations in yaml, this makes it more confusing on how to properly tab this data.
More info: fleetdm/confidential#9204 and #26042 and #26135
What have you tried?
I have tried to copy/paste my SAML metadata from IdP into a GitHub secret to use in yaml. This fails because the data is not properly tabbed so I encounter unfurl errors when gitops runs.
Potential solutions
You can copy/paste the data in the UI then through fleetctl export it to properly formatted yaml.
It would be great if we knew how to take this data provided in the GitHub secret and unfurl it for the customer automatically at run-time.
What is the expected workflow as a result of your proposal?
I can copy/paste my SAML metadata without manipulation, manage the configuration with gitops, and my admins and end users can authenticate successfully.
The text was updated successfully, but these errors were encountered:
Problem
I am not able to directly copy and paste my SAML metadata from my IdP and use it in yaml/gitops as yaml has strict tabbing requirements. This means I have to tab this data out before using it in yaml. Since
sso_settings.metadata
andmdm.end_user_authentication.metadata
are at different indentations in yaml, this makes it more confusing on how to properly tab this data.More info: fleetdm/confidential#9204 and #26042 and #26135
What have you tried?
I have tried to copy/paste my SAML metadata from IdP into a GitHub secret to use in yaml. This fails because the data is not properly tabbed so I encounter unfurl errors when gitops runs.
Potential solutions
You can copy/paste the data in the UI then through
fleetctl
export it to properly formatted yaml.It would be great if we knew how to take this data provided in the GitHub secret and unfurl it for the customer automatically at run-time.
What is the expected workflow as a result of your proposal?
I can copy/paste my SAML metadata without manipulation, manage the configuration with gitops, and my admins and end users can authenticate successfully.
The text was updated successfully, but these errors were encountered: