Thursday, 11 May 2023

kubernetes x509 not signed by a valid certificate authority

 If just doing tests, you can modify config file under the desired cluster

- cluster:

    insecure-skip-tls-verify


Tuesday, 9 May 2023

Cloudfront with public S3 bucket

 Use OAI so not all object are public in the bucket:

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-access-to-s3.html


Sunday, 27 December 2020

Monday, 5 October 2020

ERR_CLEARTEXT_NOT_PERMITTED in debug app on Android ionic

 add android:usesCleartextTraffic="true" to platforms/android/app/src/main/AndroidManifest.xml


Friday, 2 October 2020

ionic io issue blank screen error cross origin request are only supported for http://

Error: ionic ios WKWebView:  cross origin request are only supported for http:// 
Solution: cordova plugin add cordova-plugin-wkwebview-file-xhr