-
Notifications
You must be signed in to change notification settings - Fork 825
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
Repeating question about security enhancement even after confirmation #9628
Comments
Hi @cowjen01, thank you for reporting this, as a workaround while we're investigating can you add this flag to the Let us know if this stops the prompt |
Hello @lazpavel, I tried it just now and it helped. But I had to also set a specific version for the build image to |
This did not help me |
This has been happening, roughly, for the last 3 weeks for me (it has come and gone before, usually within a few days). I've upgraded the CLI to the latest version every time there was a prompt recently to see if it may help to resolve the problem to no avail. Currently using version 10.3.1 of the Amplify CLI. |
Before opening, please confirm:
How did you install the Amplify CLI?
curl
If applicable, what version of Node.js are you using?
v16.8.0
Amplify CLI Version
7.6.13
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes made
Amplify Categories
api
Amplify Commands
push
Describe the bug
The client asks me every time about a security enhancement question, even I have already confirmed that. I think the updated flag was not written. I found out that after I confirmed the enhancement, the client adds an empty character at the end of the
schema.graphql
file, so now, every time I update some resource (e.g., function), there is also a change of the API resource and I have to push the API updates too.Expected behavior
The security enhancement question should not show up after the confirmation, and the client should not further modify the GraphQL schema.
Reproduction steps
GraphQL schema(s)
# Put schemas below this line
Log output
Additional information
My
amplify/cli.json
file:The text was updated successfully, but these errors were encountered: