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
We need to be able to fetch secrets that are not managed by amplify. We would like the secret() function to be able to receive arns and/or logical ids from the wider AWS account or have an externalSecret() function.
This is because of some corporate rules, amplify is flexible enough to meet all other needs but this would require a significant amount of tinkering on our behalf so would be good to avoid.
Use case
Meeting corporate rules, using backend as a standalone cdk framework without the need for amplify managed service.
The text was updated successfully, but these errors were encountered:
Yep, we want the flexibility to use non amplify secrets because:
We might not get permission to use amplify as a managed service and therefore wouldn't have console access, but still want to use amplify as a cdk framework and operate it via the command line
We might have secrets that are used by multiple stacks on the same account, and we'd need a central place for them which can be accessed by cdk/sam/serverless provisioned stacks.
DBAs control the changing of secrets in higher environments, and this would present a change in their usual workflow
This requirement may come up in the future even if we do get approval to use amplify console
Prevent the need for each sandbox user to manage their secrets individually
Environment information
Describe the feature
We need to be able to fetch secrets that are not managed by amplify. We would like the
secret()
function to be able to receive arns and/or logical ids from the wider AWS account or have anexternalSecret()
function.This is because of some corporate rules, amplify is flexible enough to meet all other needs but this would require a significant amount of tinkering on our behalf so would be good to avoid.
Use case
Meeting corporate rules, using backend as a standalone cdk framework without the need for amplify managed service.
The text was updated successfully, but these errors were encountered: