mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-29 01:39:24 +08:00
fix(core): Fix broken documentation links in AWS (Assume Role) credential (#34763)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ export class AwsAssumeRole implements ICredentialType {
|
||||
|
||||
displayName = 'AWS (Assume Role)';
|
||||
|
||||
documentationUrl = 'awsassumerole';
|
||||
documentationUrl = 'aws';
|
||||
|
||||
icon = { light: 'file:icons/AWS.svg', dark: 'file:icons/AWS.dark.svg' } as const;
|
||||
|
||||
@@ -31,7 +31,7 @@ export class AwsAssumeRole implements ICredentialType {
|
||||
displayName: 'Use System Credentials',
|
||||
name: 'useSystemCredentialsForRole',
|
||||
description:
|
||||
'Use system credentials (environment variables, container role, etc.) to call STS.AssumeRole. Access to AWS system credentials is disabled by default and must be explicitly enabled. See <a href="https://docs.n8n.io/integrations/credentials/awsassumerole/">documentation</a> for more information.',
|
||||
'Use system credentials (environment variables, container role, etc.) to call STS.AssumeRole. Access to AWS system credentials is disabled by default and must be explicitly enabled. See <a href="https://docs.n8n.io/integrations/builtin/credentials/aws/">documentation</a> for more information.',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user