Skip to content

Commit

Permalink
add identtiy center app resource to story
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghermit authored and github-actions committed Dec 10, 2024
1 parent af7543d commit 84509c5
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions web/packages/teleport/src/Apps/fixtures/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,52 @@ export const apps = [
],
clusterId: 'one',
},
{
name: 'aws-iam-ic-account-1',
uri: 'https://console.aws.amazon.com',
publicAddr: 'console.aws.amazon.com',
subKind: 'aws-ic-account',
labels: [{ name: 'teleport.dev/origin', value: 'aws-identity-center' }],
description: 'This is an AWS IAM Identity Center account',
awsConsole: false,
permissionSets: [
{
name: 'Admin perm set',
arn: 'arn:aws:sso:::permissionSet/Admin',
display: 'Admin',
},
{
name: 'ReadOnly perm set',
arn: 'arn:aws:sso:::permissionSet/ReadOnly',
display: 'ReadOnly',
},
],
clusterId: 'one',
fqdn: 'https://console.aws.amazon.com',
},
{
name: 'aws-iam-ic-account-2',
uri: 'https://console.aws.amazon.com',
publicAddr: 'console.aws.amazon.com',
subKind: 'aws-ic-account',
labels: [{ name: 'teleport.dev/origin', value: 'aws-identity-center' }],
description: 'This is an AWS IAM Identity Center account',
awsConsole: false,
permissionSets: [
{
name: 'Admin perm set',
arn: 'arn:aws:sso:::permissionSet/Admin',
display: 'Admin',
},
{
name: 'ReadOnly perm set',
arn: 'arn:aws:sso:::permissionSet/ReadOnly',
display: 'ReadOnly',
},
],
clusterId: 'one',
fqdn: 'https://console.aws.amazon.com',
},
].map(makeApp);

export const moreApps = [
Expand Down

0 comments on commit 84509c5

Please sign in to comment.