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
description="Enable a basic set of credentials in the form of a dynamicly generated username and password for the amplify app branches. Not intended for production use"
93
-
default=false
93
+
default=true
94
+
}
95
+
96
+
# Github Environments only handles uppercase envvars
97
+
variable"AMPLIFY_BASIC_AUTH_SECRET" {
98
+
# Github only does uppercase env vars
99
+
type=string
100
+
description="Secret key/password to use for Amplify Basic Auth - This is entended to be read from CI variables and not commited to any codebase"
0 commit comments