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
Copy file name to clipboardExpand all lines: workspaces/x2a/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ See the [backend plugin README](./plugins/x2a-backend/README.md) for detailed co
37
37
2.**Optional:** Update `app-config.yaml` based on your environment.
38
38
-**`auth:`**
39
39
- Configure authentication providers for sign-in and SCM access (GitHub, GitLab). See [Backstage auth docs](https://backstage.io/docs/auth/).
40
-
- Based on your options of auth-providers, mind updating the `conversion-project-template.yaml` for source and target repository URLs.
40
+
- Based on your options of auth-providers, mind updating the `plugins/scaffolder-backend-module-x2a/templates/conversion-project-template.yaml` for source and target repository URLs.
41
41
-**`integrations:`**
42
42
- Configure SCM integrations for custom-domain hosts (e.g. self-hosted GitHub Enterprise, GitLab, or Bitbucket). The plugin reads the `integrations:` section to detect which SCM provider owns a given repository URL. Only the `host` field is required for this purpose; access tokens in `integrations:` entries are **not** needed by the x2a plugin (authentication is handled via OAuth through the `auth:` providers above). See the [SCM Provider Detection](#scm-provider-detection) section below.
43
43
-**`x2a:`** - Provide LLM credentials, Ansible Automation Platform connection details, and Kubernetes resource limits. See [x2a-convertor technical details](https://github.com/x2ansible/x2a-convertor?tab=readme-ov-file#technical-details).
0 commit comments