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
These are some general best practices you should keep in mind as you implement custom authentication.
178
+
177
179
1.**If possible, use OIDC**: Use OIDC when possible to avoid storing long-lived credentials in your CI/CD environment.
178
180
2.**Store scripts in version control**: Keep your authentication scripts in the `.gruntwork/scripts/` directory so they're versioned with your infrastructure code
179
181
3.**Handle errors gracefully**: Ensure your authentication scripts exit with non-zero status codes on failure
0 commit comments