python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
OneLogin OIDC access and refresh tokens from expired sessions will continue to work (assuming unexpired tokens)?
If an application obtained access or refresh tokens from a OneLogin session that has expired, and if those tokens have not expired, can the application continue using those tokens until they expire, o...
user17978490
Votes: 0
Answers: 1
How we can "aws_alb_target_group.tenant[each.key].arn" declare in terraform output value?
resource "aws_alb_target_group" "test" {
for_each = var.microservices
name = "${each.key}-tg"
port = each.value
protocol = "HTTP"
vpc...
shah
Votes: 0
Answers: 2
AWS ECS Fargate target group health checks pass, but access from ALB times out
I have an ECS Fargate Cluster with one service running in it.
The service has two tasks running on the same task definition. Both tasks, for debugging, have public IP addresses - and I can make reques...
Alex
Votes: 0
Answers: 0
Disable Health Check AWS Beanstalk
I've got a node.js server deployed on beanstalk w/ an application loadbalancer. The node.js server has has a URL like the following:
app.get('/data/:id.json', async function (req, res) {
// do st...
Evan
Votes: 0
Answers: 2