SteveCullum
SteveCullum
Are there plans to merge this?
I need this.. my plan was ```const params = { ImageId: config.input.ec2ImageId, InstanceType: config.input.ec2InstanceType, MinCount: 1, MaxCount: 1, UserData: Buffer.from(userData.join('\n')).toString('base64'), SubnetId: config.input.subnetId, SecurityGroupIds: [config.input.securityGroupId], IamInstanceProfile: { Name: config.input.iamRoleName, Arn: config.input.iamRoleArn...
Just to confirm when i use my custom AMI it always uses the AMI instance disk size..
We provide arrays of values like .. ``` "my_redirects_json": "[\"http://localhost:3000/*\",\"https://abcdev.net/*\"]" ``` And then ``` "redirectUris": ${my_redirects_json}, ``` ^^ **the problem is this breaks the json syntax and is a PIA...
Im getting the exact same error but only when using Safari. - Chrome works fine for google/keycloak (openid-connect) - Safari fails for google/keycloak (openid-connect) - Ive set all my callbacks...
Tried every combo - in the end i switched to zitadel oidc library and its worked flawlessly ``` "github.com/zitadel/oidc/v3/pkg/client/rp" httphelper "github.com/zitadel/oidc/v3/pkg/http" "github.com/zitadel/oidc/v3/pkg/oidc" ```
Found it . Its in the readme on github I didnt see it on the main core website landing page
Ah I was looking for a "contact us" type page.. I totally missed it