-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deadline): add Secret Management support for Repository #514
Merged
horsmand
merged 2 commits into
aws:feature_enable_secret_manager
from
kozlove-aws:use_sm_for_repository
Aug 13, 2021
Merged
feat(deadline): add Secret Management support for Repository #514
horsmand
merged 2 commits into
aws:feature_enable_secret_manager
from
kozlove-aws:use_sm_for_repository
Aug 13, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
from
July 29, 2021 23:13
f62b3a3
to
a35f117
Compare
kozlove-aws
changed the title
[WIP] feat(repository): add Secret Management support
feat: add Secret Management support
Jul 29, 2021
kozlove-aws
changed the title
feat: add Secret Management support
WIP feat: add Secret Management support
Jul 29, 2021
kozlove-aws
changed the title
WIP feat: add Secret Management support
[WIP] feat: add Secret Management support
Jul 29, 2021
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
2 times, most recently
from
July 30, 2021 13:29
8241a11
to
a97c6e4
Compare
kozlove-aws
changed the title
[WIP] feat: add Secret Management support
feat: add Secret Management support
Jul 30, 2021
kozlove-aws
changed the title
feat: add Secret Management support
[WIP] feat: add Secret Management support
Jul 30, 2021
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
from
July 30, 2021 21:20
a97c6e4
to
db337ff
Compare
kozlove-aws
changed the title
[WIP] feat: add Secret Management support
feat: add Secret Management support
Jul 30, 2021
kozlove-aws
changed the title
feat: add Secret Management support
feat: add Secret Management support for Repository
Jul 30, 2021
horsmand
reviewed
Aug 3, 2021
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
from
August 4, 2021 14:29
db337ff
to
c6e4eb8
Compare
horsmand
suggested changes
Aug 5, 2021
jericht
requested changes
Aug 5, 2021
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
jusiskin
changed the title
feat: add Secret Management support for Repository
feat(deadline): add Secret Management support for Repository
Aug 5, 2021
horsmand
suggested changes
Aug 9, 2021
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
jericht
requested changes
Aug 10, 2021
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
horsmand
reviewed
Aug 11, 2021
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
7 times, most recently
from
August 11, 2021 23:45
2fbc8cf
to
edd489d
Compare
jericht
requested changes
Aug 12, 2021
packages/aws-rfdk/lib/deadline/scripts/bash/installDeadlineRepository.sh
Outdated
Show resolved
Hide resolved
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
from
August 13, 2021 15:39
edd489d
to
3aa92fa
Compare
kozlove-aws
changed the base branch from
mainline
to
feature_enable_secret_manager
August 13, 2021 15:46
jericht
approved these changes
Aug 13, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
horsmand
suggested changes
Aug 13, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really small stuff that should be quick to fix and not require re-testing.
kozlove-aws
force-pushed
the
use_sm_for_repository
branch
from
August 13, 2021 17:20
3aa92fa
to
08bcae4
Compare
horsmand
approved these changes
Aug 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
We need to have possibility to enable Secret Management in repository construct, also Secret Management should be enabled by default.
Testing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license