Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Work on improving the create service principal generator #90

Merged
merged 2 commits into from
Dec 6, 2022

Conversation

JakeGinnivan
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Dec 5, 2022

🦋 Changeset detected

Latest commit: aa5f406

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@arkahna/nx-terraform Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@@ -101,8 +101,30 @@ pnpm nx g \
@arkahna/nx-terraform:add-project-environment \
<projectname> \
--environment <environmentname>
```

### create-environment-sp
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added some doco, it's now doing a fair bit


## Concepts

![Concepts](./docs/concepts.drawio.png)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think a visual around how it ends up causing the projects to be structured will be handy

'--display-name',
servicePrincipalName,
])
const appObjectId: string = JSON.parse(stdoutAppList)[0].id
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It now gathers and outputs the AD Object ID as well as the app id and the app Object ID.

Different commands need one of these ids.

It then stores all 3 in the dev markdown.

@JakeGinnivan JakeGinnivan merged commit b12f010 into main Dec 6, 2022
@JakeGinnivan JakeGinnivan deleted the feature/refine-github-permissions branch December 6, 2022 10:08
@github-actions github-actions bot mentioned this pull request Dec 6, 2022
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant