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
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Describe the bug
Creating an environment results in this error:
✖ There was an error initializing your environment.
AccessDeniedException: User: arn:aws:sts::667090224872:assumed-role/us-east-1_6BPD6cDnK_Full-access/amplifyadmin is not authorized to perform: secretsmanager:CreateSecret on resource: VIDEOPLUGINNAME-test-pem-54iomeyo because no identity-based policy allows the secretsmanager:CreateSecret action
at Request.extractError (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/protocol/json.js:52:27)
at Request.callListeners (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:686:14)
at Request.transition (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:688:12)
at Request.callListeners (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:116:18)
at Request.emit (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:686:14)
at Request.transition (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/request.js:688:12)
at Request.callListeners (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:116:18)
at callNextListener (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/sequential_executor.js:96:12)
at IncomingMessage.onEnd (/usr/local/lib/node_modules/@aws-amplify/cli/node_modules/aws-sdk/lib/event_listeners.js:335:13)
at IncomingMessage.emit (events.js:327:22)
at IncomingMessage.EventEmitter.emit (domain.js:467:12)
at endReadableNT (internal/streams/readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'AccessDeniedException',
time: 2022-01-04T18:23:49.132Z,
requestId: '8045953d-91f3-441e-a9fd-054acfb809ce',
statusCode: 400,
retryable: false,
retryDelay: 48.4185547056794
}
Although the environment still gets created.
After creating new env locally and running amplify push, it fails: CREATE_FAILED videoseeStreamingAudio AWS::CloudFormation::Stack Mon Jan 03 2022 02:40:51 GMT-0500 (Eastern Standard Time) Parameters: [secretPemArn, secretPem, publicKey, rPublicName, publicKeyName] must have values
To Reproduce
Steps to reproduce the behavior:
amplify env add (copies current env)
first error occurs
amplify push
fails
Expected behavior
successfully push new environment to cloud.
Screenshots
n/a
Desktop (please complete the following information):
OS: macOS Monterey
Browser: safari
Version: of what?
Smartphone (please complete the following information):
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Creating an environment results in this error:
Although the environment still gets created.
After creating new env locally and running amplify push, it fails:
CREATE_FAILED videoseeStreamingAudio AWS::CloudFormation::Stack Mon Jan 03 2022 02:40:51 GMT-0500 (Eastern Standard Time) Parameters: [secretPemArn, secretPem, publicKey, rPublicName, publicKeyName] must have values
To Reproduce
Steps to reproduce the behavior:
Expected behavior
successfully push new environment to cloud.
Screenshots
n/a
Desktop (please complete the following information):
Smartphone (please complete the following information):
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: