Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NumericGreaterThan (0.15 sec)

  1. cmd/admin-handlers-users_test.go

     "Version": "2012-10-17",
     "Statement": [
      {
       "Effect": "Deny",
       "Action": [
         "admin:CreateServiceAccount",
         "admin:UpdateServiceAccount"
       ],
       "Condition": {"NumericGreaterThan": {"svc:DurationSeconds": "3600"}}
      },
      {
       "Effect": "Allow",
       "Action": [
        "s3:ListBucket"
       ],
       "Resource": [
        "arn:aws:s3:::%s"
       ]
      },
      {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 22 00:33:43 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. cmd/sts-handlers_test.go

    	// a member of.
    	policy := "projecta"
    	policyTmpl := `{
     "Version": "2012-10-17",
     "Statement": [
      {
        "Effect": "Deny",
        "Action": ["sts:AssumeRoleWithWebIdentity"],
        "Condition": {"NumericGreaterThan": {"sts:DurationSeconds": "%d"}}
      },
      {
       "Effect": "Allow",
       "Action": [
        "s3:PutObject",
        "s3:GetObject",
        "s3:ListBucket"
       ],
       "Resource": [
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 23:40:37 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top