nulogy_sso 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -6
- data/app/controllers/nulogy_sso/{auth_controller.rb → authentication_controller.rb} +4 -2
- data/app/services/nulogy_sso/authenticator.rb +5 -9
- data/config/routes.rb +3 -3
- data/lib/nulogy_sso/controller_helper.rb +0 -7
- data/lib/nulogy_sso/engine.rb +9 -9
- data/lib/nulogy_sso/version.rb +1 -1
- data/lib/nulogy_sso.rb +3 -2
- data/spec/dummy/config/application.rb +3 -3
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -0
- data/spec/dummy/log/test.log +3125 -0
- data/spec/examples.txt +14 -17
- data/spec/features/nulogy_sso/sso_login_spec.rb +8 -39
- data/spec/integration/services/nulogy_sso/authenticator_spec.rb +1 -9
- metadata +35 -30
- data/app/assets/images/nulogy_sso/favicon.png +0 -0
- data/app/assets/stylesheets/nulogy_sso/sso_error.css +0 -214
- data/app/views/sso_error.html.erb +0 -45
data/spec/dummy/log/test.log
CHANGED
@@ -835,3 +835,3128 @@ Processing by NulogySSO::AuthController#code as HTML
|
|
835
835
|
Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (2.5ms)
|
836
836
|
Completed 403 Forbidden in 28ms (Views: 3.3ms | ActiveRecord: 0.3ms)
|
837
837
|
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
838
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
839
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
840
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
841
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
842
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
843
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
844
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
845
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
846
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
847
|
+
[1m[35m (2.9ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
848
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
849
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
850
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
851
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
852
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
853
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
854
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:14:32.124058"], ["updated_at", "2019-09-23 15:14:32.124058"]]
|
855
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
856
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
857
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
858
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
859
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
860
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
861
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
862
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:14:37.441521"], ["updated_at", "2019-09-23 15:14:37.441521"]]
|
863
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
864
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:40 -0400
|
865
|
+
Processing by ApplicationController#hello_world as HTML
|
866
|
+
Redirected to http://10.2.2.127:50327/nulogy_sso/login
|
867
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
868
|
+
Completed 302 Found in 37ms (ActiveRecord: 0.0ms)
|
869
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:40 -0400
|
870
|
+
Processing by NulogySSO::AuthController#login as HTML
|
871
|
+
Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)
|
872
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
873
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
874
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
875
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:14:42.675280"], ["updated_at", "2019-09-23 15:14:42.675280"]]
|
876
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
877
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:42 -0400
|
878
|
+
Processing by ApplicationController#hello_world as HTML
|
879
|
+
Redirected to http://10.2.2.127:50327/nulogy_sso/login
|
880
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
881
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
882
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:42 -0400
|
883
|
+
Processing by NulogySSO::AuthController#login as HTML
|
884
|
+
Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms)
|
885
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
886
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
887
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:14:44 -0400
|
888
|
+
Processing by ApplicationController#hello_world as HTML
|
889
|
+
Redirected to http://10.2.2.127:50327/nulogy_sso/login
|
890
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
891
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
892
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:14:44 -0400
|
893
|
+
Processing by NulogySSO::AuthController#login as HTML
|
894
|
+
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
|
895
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
896
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
897
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
898
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
899
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
900
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
901
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
902
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
903
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
904
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
905
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
906
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
907
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
908
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
909
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
910
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
911
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
912
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
913
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
914
|
+
[1m[35m (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
915
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
916
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
917
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
918
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:06.094868"], ["updated_at", "2019-09-23 15:21:06.094868"]]
|
919
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
920
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
921
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
922
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
923
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
924
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
925
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
926
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
927
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
928
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
929
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
930
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
931
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
932
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
933
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
934
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
935
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
936
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
937
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
938
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
939
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
940
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:16.741183"], ["updated_at", "2019-09-23 15:21:16.741183"]]
|
941
|
+
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
942
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
943
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
944
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
945
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
946
|
+
[1m[35m (0.9ms)[0m [1m[36mbegin transaction[0m
|
947
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
948
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
949
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
950
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
951
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
952
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
953
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
|
954
|
+
Processing by ApplicationController#hello_world as HTML
|
955
|
+
Redirected to http://10.2.2.127:50452/nulogy_sso/login
|
956
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
957
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
958
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
|
959
|
+
Processing by NulogySSO::AuthController#login as HTML
|
960
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
961
|
+
Completed 302 Found in 36ms (ActiveRecord: 0.0ms)
|
962
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452" for 10.2.2.127 at 2019-09-23 11:21:19 -0400
|
963
|
+
Processing by NulogySSO::AuthController#code as HTML
|
964
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"}
|
965
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
966
|
+
Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
|
967
|
+
Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (4.2ms)
|
968
|
+
Completed 403 Forbidden in 311ms (Views: 23.7ms | ActiveRecord: 1.0ms)
|
969
|
+
Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:20 -0400
|
970
|
+
Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:20 -0400
|
971
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
972
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
973
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
974
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:21.284306"], ["updated_at", "2019-09-23 15:21:21.284306"]]
|
975
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
976
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
|
977
|
+
Processing by ApplicationController#hello_world as HTML
|
978
|
+
Redirected to http://10.2.2.127:50452/nulogy_sso/login
|
979
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
980
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
981
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
|
982
|
+
Processing by NulogySSO::AuthController#login as HTML
|
983
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
984
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
985
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
|
986
|
+
Processing by NulogySSO::AuthController#code as HTML
|
987
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452/hello_world"}
|
988
|
+
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
989
|
+
Redirected to http://10.2.2.127:50452/hello_world
|
990
|
+
Completed 302 Found in 68ms (ActiveRecord: 0.5ms)
|
991
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:21 -0400
|
992
|
+
Processing by ApplicationController#hello_world as HTML
|
993
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
994
|
+
Rendering text template
|
995
|
+
Rendered text template (0.1ms)
|
996
|
+
Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)
|
997
|
+
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
998
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
999
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1000
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:22.362876"], ["updated_at", "2019-09-23 15:21:22.362876"]]
|
1001
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1002
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
|
1003
|
+
Processing by ApplicationController#hello_world as HTML
|
1004
|
+
Redirected to http://10.2.2.127:50452/nulogy_sso/login
|
1005
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1006
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1007
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
|
1008
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1009
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1010
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1011
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50452" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
|
1012
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1013
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50452"}
|
1014
|
+
Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
|
1015
|
+
Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.2ms)
|
1016
|
+
Completed 403 Forbidden in 70ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
1017
|
+
Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
|
1018
|
+
Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:22 -0400
|
1019
|
+
[1m[35m (1.0ms)[0m [1m[31mrollback transaction[0m
|
1020
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1021
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1022
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1023
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1024
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1025
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1026
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1027
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1028
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1029
|
+
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1030
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1031
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1032
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1033
|
+
[1m[35m (1.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1034
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1035
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1036
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:21:46.295881"], ["updated_at", "2019-09-23 15:21:46.295881"]]
|
1037
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1038
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1039
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1040
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
1041
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1042
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1043
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1044
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:46.628681"], ["updated_at", "2019-09-23 15:21:46.628681"]]
|
1045
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1046
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:49 -0400
|
1047
|
+
Processing by ApplicationController#hello_world as HTML
|
1048
|
+
Redirected to http://10.2.2.127:50513/nulogy_sso/login
|
1049
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1050
|
+
Completed 302 Found in 94ms (ActiveRecord: 0.0ms)
|
1051
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:49 -0400
|
1052
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1053
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1054
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
1055
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1056
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1057
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1058
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:50.339863"], ["updated_at", "2019-09-23 15:21:50.339863"]]
|
1059
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1060
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:50 -0400
|
1061
|
+
Processing by ApplicationController#hello_world as HTML
|
1062
|
+
Redirected to http://10.2.2.127:50513/nulogy_sso/login
|
1063
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1064
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1065
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:50 -0400
|
1066
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1067
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1068
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1069
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1070
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1071
|
+
[1m[35m (1.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1072
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:51.613917"], ["updated_at", "2019-09-23 15:21:51.613917"]]
|
1073
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1074
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:52 -0400
|
1075
|
+
Processing by ApplicationController#hello_world as HTML
|
1076
|
+
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1077
|
+
Rendering text template
|
1078
|
+
Rendered text template (0.0ms)
|
1079
|
+
Completed 200 OK in 11ms (Views: 3.9ms | ActiveRecord: 0.5ms)
|
1080
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1081
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
1082
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1083
|
+
[1m[36mUser Create (1.0ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:53.009501"], ["updated_at", "2019-09-23 15:21:53.009501"]]
|
1084
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1085
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
|
1086
|
+
Processing by ApplicationController#hello_world as HTML
|
1087
|
+
Redirected to http://10.2.2.127:50513/nulogy_sso/login
|
1088
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1089
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1090
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
|
1091
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1092
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1093
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1094
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
|
1095
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1096
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513/hello_world"}
|
1097
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1098
|
+
Redirected to http://10.2.2.127:50513/hello_world
|
1099
|
+
Completed 302 Found in 60ms (ActiveRecord: 0.3ms)
|
1100
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:53 -0400
|
1101
|
+
Processing by ApplicationController#hello_world as HTML
|
1102
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1103
|
+
Rendering text template
|
1104
|
+
Rendered text template (0.1ms)
|
1105
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
1106
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
1107
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1108
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1109
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:21:54.330063"], ["updated_at", "2019-09-23 15:21:54.330063"]]
|
1110
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1111
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
|
1112
|
+
Processing by ApplicationController#hello_world as HTML
|
1113
|
+
Redirected to http://10.2.2.127:50513/nulogy_sso/login
|
1114
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1115
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1116
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
|
1117
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1118
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1119
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1120
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
|
1121
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1122
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"}
|
1123
|
+
Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
|
1124
|
+
Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (3.0ms)
|
1125
|
+
Completed 403 Forbidden in 43ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1126
|
+
Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
|
1127
|
+
Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:54 -0400
|
1128
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1129
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1130
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
|
1131
|
+
Processing by ApplicationController#hello_world as HTML
|
1132
|
+
Redirected to http://10.2.2.127:50513/nulogy_sso/login
|
1133
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1134
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1135
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
|
1136
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1137
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1138
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1139
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50513" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
|
1140
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1141
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50513"}
|
1142
|
+
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1143
|
+
Rendering /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb
|
1144
|
+
Rendered /Users/evanbrodie/src/cpi/nulogy_sso/app/views/sso_error.html.erb (1.0ms)
|
1145
|
+
Completed 403 Forbidden in 52ms (Views: 2.0ms | ActiveRecord: 0.7ms)
|
1146
|
+
Started GET "/stylesheets/nulogy_sso/sso_error.css" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
|
1147
|
+
Started GET "/images/nulogy_sso/favicon.png" for 10.2.2.127 at 2019-09-23 11:21:55 -0400
|
1148
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1149
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1150
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1151
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1152
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1153
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1154
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1155
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1156
|
+
[1m[35m (0.3ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1157
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1158
|
+
[1m[35m (8.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1159
|
+
[1m[35m (7.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1160
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1161
|
+
[1m[35m (5.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1162
|
+
[1m[35m (10.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1163
|
+
[1m[36mActiveRecord::InternalMetadata Load (3.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1164
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1165
|
+
[1m[36mActiveRecord::InternalMetadata Create (1.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:30:40.403758"], ["updated_at", "2019-09-23 15:30:40.403758"]]
|
1166
|
+
[1m[35m (3.9ms)[0m [1m[36mcommit transaction[0m
|
1167
|
+
[1m[36mActiveRecord::InternalMetadata Load (1.7ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1168
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1169
|
+
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1170
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1171
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1172
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
|
1173
|
+
Processing by ApplicationController#hello_world as HTML
|
1174
|
+
Redirected to http://10.2.2.127:50771/nulogy_sso/login
|
1175
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1176
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
1177
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
|
1178
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1179
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1180
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
1181
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771" for 10.2.2.127 at 2019-09-23 11:30:42 -0400
|
1182
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1183
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"}
|
1184
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1185
|
+
Completed 500 Internal Server Error in 129ms (ActiveRecord: 0.9ms)
|
1186
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1187
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1188
|
+
[1m[35m (0.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1189
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:43.788332"], ["updated_at", "2019-09-23 15:30:43.788332"]]
|
1190
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1191
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
|
1192
|
+
Processing by ApplicationController#hello_world as HTML
|
1193
|
+
Redirected to http://10.2.2.127:50771/nulogy_sso/login
|
1194
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1195
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1196
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
|
1197
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1198
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1199
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1200
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771" for 10.2.2.127 at 2019-09-23 11:30:43 -0400
|
1201
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1202
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771"}
|
1203
|
+
Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
|
1204
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1205
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1206
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1207
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:44.513430"], ["updated_at", "2019-09-23 15:30:44.513430"]]
|
1208
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1209
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
|
1210
|
+
Processing by ApplicationController#hello_world as HTML
|
1211
|
+
Redirected to http://10.2.2.127:50771/nulogy_sso/login
|
1212
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1213
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1214
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
|
1215
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1216
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1217
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1218
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50771%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
|
1219
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1220
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50771/hello_world"}
|
1221
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1222
|
+
Redirected to http://10.2.2.127:50771/hello_world
|
1223
|
+
Completed 302 Found in 44ms (ActiveRecord: 0.2ms)
|
1224
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:44 -0400
|
1225
|
+
Processing by ApplicationController#hello_world as HTML
|
1226
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1227
|
+
Rendering text template
|
1228
|
+
Rendered text template (0.0ms)
|
1229
|
+
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms)
|
1230
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1231
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1232
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1233
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:45.169093"], ["updated_at", "2019-09-23 15:30:45.169093"]]
|
1234
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1235
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:45 -0400
|
1236
|
+
Processing by ApplicationController#hello_world as HTML
|
1237
|
+
Redirected to http://10.2.2.127:50771/nulogy_sso/login
|
1238
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1239
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1240
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:45 -0400
|
1241
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1242
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1243
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1244
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1245
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1246
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1247
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:46.183652"], ["updated_at", "2019-09-23 15:30:46.183652"]]
|
1248
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1249
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:46 -0400
|
1250
|
+
Processing by ApplicationController#hello_world as HTML
|
1251
|
+
Redirected to http://10.2.2.127:50771/nulogy_sso/login
|
1252
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1253
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
1254
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:30:46 -0400
|
1255
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1256
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1257
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1258
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1259
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1260
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1261
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:30:47.180948"], ["updated_at", "2019-09-23 15:30:47.180948"]]
|
1262
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1263
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:30:47 -0400
|
1264
|
+
Processing by ApplicationController#hello_world as HTML
|
1265
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1266
|
+
Rendering text template
|
1267
|
+
Rendered text template (0.0ms)
|
1268
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
1269
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
1270
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1271
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1272
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1273
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1274
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1275
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1276
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1277
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1278
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1279
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1280
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1281
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1282
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1283
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1284
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1285
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1286
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:31:05.627522"], ["updated_at", "2019-09-23 15:31:05.627522"]]
|
1287
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
1288
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1289
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1290
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1291
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1292
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1293
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1294
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:06.366951"], ["updated_at", "2019-09-23 15:31:06.366951"]]
|
1295
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1296
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:07 -0400
|
1297
|
+
Processing by ApplicationController#hello_world as HTML
|
1298
|
+
Redirected to http://10.2.2.127:50855/nulogy_sso/login
|
1299
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1300
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1301
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:07 -0400
|
1302
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1303
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1304
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
1305
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
|
1306
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1307
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"}
|
1308
|
+
Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms)
|
1309
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
1310
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1311
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1312
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:08.895179"], ["updated_at", "2019-09-23 15:31:08.895179"]]
|
1313
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1314
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
|
1315
|
+
Processing by ApplicationController#hello_world as HTML
|
1316
|
+
Redirected to http://10.2.2.127:50855/nulogy_sso/login
|
1317
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1318
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1319
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
|
1320
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1321
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1322
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1323
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:31:08 -0400
|
1324
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1325
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855/hello_world"}
|
1326
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1327
|
+
Redirected to http://10.2.2.127:50855/hello_world
|
1328
|
+
Completed 302 Found in 73ms (ActiveRecord: 0.2ms)
|
1329
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
|
1330
|
+
Processing by ApplicationController#hello_world as HTML
|
1331
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1332
|
+
Rendering text template
|
1333
|
+
Rendered text template (0.0ms)
|
1334
|
+
Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
|
1335
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1336
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1337
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
|
1338
|
+
Processing by ApplicationController#hello_world as HTML
|
1339
|
+
Redirected to http://10.2.2.127:50855/nulogy_sso/login
|
1340
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1341
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1342
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
|
1343
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1344
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1345
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1346
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A50855" for 10.2.2.127 at 2019-09-23 11:31:09 -0400
|
1347
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1348
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:50855"}
|
1349
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1350
|
+
Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.2ms)
|
1351
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1352
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1353
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1354
|
+
[1m[36mUser Create (2.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:10.351341"], ["updated_at", "2019-09-23 15:31:10.351341"]]
|
1355
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1356
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:10 -0400
|
1357
|
+
Processing by ApplicationController#hello_world as HTML
|
1358
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1359
|
+
Rendering text template
|
1360
|
+
Rendered text template (0.1ms)
|
1361
|
+
Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.3ms)
|
1362
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1363
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1364
|
+
[1m[35m (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1365
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:11.207202"], ["updated_at", "2019-09-23 15:31:11.207202"]]
|
1366
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1367
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:11 -0400
|
1368
|
+
Processing by ApplicationController#hello_world as HTML
|
1369
|
+
Redirected to http://10.2.2.127:50855/nulogy_sso/login
|
1370
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1371
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1372
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:11 -0400
|
1373
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1374
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1375
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1376
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
1377
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1378
|
+
[1m[35m (0.6ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1379
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:31:12.525273"], ["updated_at", "2019-09-23 15:31:12.525273"]]
|
1380
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1381
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:31:13 -0400
|
1382
|
+
Processing by ApplicationController#hello_world as HTML
|
1383
|
+
Redirected to http://10.2.2.127:50855/nulogy_sso/login
|
1384
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1385
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
1386
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:31:13 -0400
|
1387
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1388
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1389
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1390
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1391
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1392
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1393
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1394
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1395
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1396
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1397
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1398
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1399
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1400
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1401
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1402
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1403
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1404
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1405
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1406
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1407
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:47:44.862423"], ["updated_at", "2019-09-23 15:47:44.862423"]]
|
1408
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
1409
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1410
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1411
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1412
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1413
|
+
[1m[35m (0.8ms)[0m [1m[36mbegin transaction[0m
|
1414
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1415
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:45.184305"], ["updated_at", "2019-09-23 15:47:45.184305"]]
|
1416
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1417
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:47 -0400
|
1418
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1419
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1420
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1421
|
+
[1m[36mUser Create (0.9ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:48.643951"], ["updated_at", "2019-09-23 15:47:48.643951"]]
|
1422
|
+
[1m[35m (0.7ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1423
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400
|
1424
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1425
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1426
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1427
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:49.672424"], ["updated_at", "2019-09-23 15:47:49.672424"]]
|
1428
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1429
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:49 -0400
|
1430
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
1431
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1432
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1433
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:50.596185"], ["updated_at", "2019-09-23 15:47:50.596185"]]
|
1434
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1435
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:50 -0400
|
1436
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1437
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1438
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:51 -0400
|
1439
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1440
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1441
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1442
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:47:52.336833"], ["updated_at", "2019-09-23 15:47:52.336833"]]
|
1443
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1444
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:47:52 -0400
|
1445
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1446
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1447
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1448
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1449
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1450
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1451
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1452
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1453
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1454
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1455
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1456
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1457
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1458
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1459
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1460
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1461
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1462
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:48:24.219010"], ["updated_at", "2019-09-23 15:48:24.219010"]]
|
1463
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
1464
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1465
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1466
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1467
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1468
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1469
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1470
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:48:25.059072"], ["updated_at", "2019-09-23 15:48:25.059072"]]
|
1471
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1472
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:48:26 -0400
|
1473
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1474
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1475
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1476
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1477
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1478
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1479
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1480
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1481
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1482
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1483
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1484
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1485
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1486
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1487
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1488
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1489
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1490
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:49:08.308129"], ["updated_at", "2019-09-23 15:49:08.308129"]]
|
1491
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
1492
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1493
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1494
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1495
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1496
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
1497
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1498
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:49:09.035243"], ["updated_at", "2019-09-23 15:49:09.035243"]]
|
1499
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1500
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:49:10 -0400
|
1501
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1502
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1503
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1504
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1505
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1506
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1507
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1508
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1509
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1510
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1511
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1512
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1513
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1514
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1515
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1516
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1517
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1518
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:04.330692"], ["updated_at", "2019-09-23 15:51:04.330692"]]
|
1519
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
1520
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1521
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1522
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1523
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1524
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1525
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1526
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:05.131367"], ["updated_at", "2019-09-23 15:51:05.131367"]]
|
1527
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1528
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
|
1529
|
+
Processing by ApplicationController#hello_world as HTML
|
1530
|
+
Redirected to http://10.2.2.127:51360/nulogy_sso/login
|
1531
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1532
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
1533
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
|
1534
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1535
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1536
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
1537
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51360%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:51:06 -0400
|
1538
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1539
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51360/hello_world"}
|
1540
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1541
|
+
Redirected to http://10.2.2.127:51360/hello_world
|
1542
|
+
Completed 302 Found in 76ms (ActiveRecord: 0.2ms)
|
1543
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:07 -0400
|
1544
|
+
Processing by ApplicationController#hello_world as HTML
|
1545
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1546
|
+
Rendering text template
|
1547
|
+
Rendered text template (0.1ms)
|
1548
|
+
Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.1ms)
|
1549
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1550
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1551
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1552
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1553
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1554
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1555
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1556
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1557
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1558
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1559
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1560
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1561
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1562
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1563
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1564
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1565
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1566
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:39.230765"], ["updated_at", "2019-09-23 15:51:39.230765"]]
|
1567
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1568
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1569
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1570
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1571
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1572
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1573
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1574
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:39.925670"], ["updated_at", "2019-09-23 15:51:39.925670"]]
|
1575
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1576
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
|
1577
|
+
Processing by ApplicationController#hello_world as HTML
|
1578
|
+
Redirected to http://10.2.2.127:51391/nulogy_sso/login
|
1579
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1580
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
1581
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
|
1582
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1583
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1584
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
1585
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51391%2Fhello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
|
1586
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1587
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51391/hello_world"}
|
1588
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1589
|
+
Redirected to http://10.2.2.127:51391/hello_world
|
1590
|
+
Completed 302 Found in 86ms (ActiveRecord: 0.4ms)
|
1591
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:41 -0400
|
1592
|
+
Processing by ApplicationController#hello_world as HTML
|
1593
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1594
|
+
Rendering text template
|
1595
|
+
Rendered text template (0.1ms)
|
1596
|
+
Completed 200 OK in 9ms (Views: 5.5ms | ActiveRecord: 0.3ms)
|
1597
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1598
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1599
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1600
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1601
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1602
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1603
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1604
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1605
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1606
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1607
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1608
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1609
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1610
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1611
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1612
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1613
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1614
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:51:56.089266"], ["updated_at", "2019-09-23 15:51:56.089266"]]
|
1615
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
1616
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1617
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1618
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1619
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1620
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1621
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1622
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:51:56.803191"], ["updated_at", "2019-09-23 15:51:56.803191"]]
|
1623
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1624
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:51:58 -0400
|
1625
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1626
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1627
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1628
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1629
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1630
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1631
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1632
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1633
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1634
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1635
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1636
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1637
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1638
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1639
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1640
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1641
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1642
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 15:59:00.889455"], ["updated_at", "2019-09-23 15:59:00.889455"]]
|
1643
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1644
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1645
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1646
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1647
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1648
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1649
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1650
|
+
[1m[36mUser Create (1.3ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 15:59:01.737462"], ["updated_at", "2019-09-23 15:59:01.737462"]]
|
1651
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1652
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 11:59:03 -0400
|
1653
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
1654
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1655
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1656
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1657
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1658
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1659
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1660
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1661
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1662
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1663
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1664
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1665
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1666
|
+
[1m[35m (1.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1667
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1668
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1669
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1670
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:01:05.359804"], ["updated_at", "2019-09-23 16:01:05.359804"]]
|
1671
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
1672
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1673
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1674
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1675
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1676
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1677
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1678
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:01:06.277711"], ["updated_at", "2019-09-23 16:01:06.277711"]]
|
1679
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1680
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:07 -0400
|
1681
|
+
Processing by ApplicationController#hello_world as HTML
|
1682
|
+
Redirected to http://10.2.2.127:51658/nulogy_sso/login
|
1683
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1684
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
1685
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:07 -0400
|
1686
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1687
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1688
|
+
Completed 302 Found in 21ms (ActiveRecord: 0.0ms)
|
1689
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51658%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:01:08 -0400
|
1690
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1691
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51658/hello_world"}
|
1692
|
+
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1693
|
+
Redirected to http://10.2.2.127:51658/hello_world
|
1694
|
+
Completed 302 Found in 151ms (ActiveRecord: 0.5ms)
|
1695
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:08 -0400
|
1696
|
+
Processing by ApplicationController#hello_world as HTML
|
1697
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1698
|
+
Rendering text template
|
1699
|
+
Rendered text template (0.0ms)
|
1700
|
+
Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.2ms)
|
1701
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1702
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1703
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1704
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1705
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1706
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1707
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1708
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1709
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1710
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1711
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1712
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1713
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1714
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1715
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1716
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1717
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1718
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:01:38.601561"], ["updated_at", "2019-09-23 16:01:38.601561"]]
|
1719
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1720
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1721
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1722
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1723
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1724
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1725
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1726
|
+
[1m[36mUser Create (1.3ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:01:39.299248"], ["updated_at", "2019-09-23 16:01:39.299248"]]
|
1727
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1728
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:40 -0400
|
1729
|
+
Processing by ApplicationController#hello_world as HTML
|
1730
|
+
Redirected to http://10.2.2.127:51687/nulogy_sso/login
|
1731
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1732
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1733
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:01:40 -0400
|
1734
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1735
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1736
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
1737
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51687%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:01:41 -0400
|
1738
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1739
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51687/hello_world"}
|
1740
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1741
|
+
Redirected to http://10.2.2.127:51687/hello_world
|
1742
|
+
Completed 302 Found in 116ms (ActiveRecord: 0.3ms)
|
1743
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:01:41 -0400
|
1744
|
+
Processing by ApplicationController#hello_world as HTML
|
1745
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1746
|
+
Rendering text template
|
1747
|
+
Rendered text template (0.0ms)
|
1748
|
+
Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)
|
1749
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
1750
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1751
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1752
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1753
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1754
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1755
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1756
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1757
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1758
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1759
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1760
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1761
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1762
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1763
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1764
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1765
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1766
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:03:03.473368"], ["updated_at", "2019-09-23 16:03:03.473368"]]
|
1767
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1768
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1769
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1770
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
1771
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1772
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1773
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1774
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:04.858155"], ["updated_at", "2019-09-23 16:03:04.858155"]]
|
1775
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1776
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:06 -0400
|
1777
|
+
Processing by ApplicationController#hello_world as HTML
|
1778
|
+
Redirected to http://10.2.2.127:51722/nulogy_sso/login
|
1779
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1780
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
1781
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:06 -0400
|
1782
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1783
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1784
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
|
1785
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722" for 10.2.2.127 at 2019-09-23 12:03:07 -0400
|
1786
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1787
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"}
|
1788
|
+
Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms)
|
1789
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1790
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1791
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
|
1792
|
+
Processing by ApplicationController#hello_world as HTML
|
1793
|
+
Redirected to http://10.2.2.127:51722/nulogy_sso/login
|
1794
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1795
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1796
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
|
1797
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1798
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1799
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1800
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722" for 10.2.2.127 at 2019-09-23 12:03:08 -0400
|
1801
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1802
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722"}
|
1803
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1804
|
+
Completed 500 Internal Server Error in 106ms (ActiveRecord: 0.4ms)
|
1805
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1806
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1807
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1808
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:09.524881"], ["updated_at", "2019-09-23 16:03:09.524881"]]
|
1809
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1810
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
|
1811
|
+
Processing by ApplicationController#hello_world as HTML
|
1812
|
+
Redirected to http://10.2.2.127:51722/nulogy_sso/login
|
1813
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1814
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1815
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
|
1816
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1817
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1818
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1819
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51722%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
|
1820
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1821
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51722/hello_world"}
|
1822
|
+
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1823
|
+
Redirected to http://10.2.2.127:51722/hello_world
|
1824
|
+
Completed 302 Found in 41ms (ActiveRecord: 0.5ms)
|
1825
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:09 -0400
|
1826
|
+
Processing by ApplicationController#hello_world as HTML
|
1827
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1828
|
+
Rendering text template
|
1829
|
+
Rendered text template (0.0ms)
|
1830
|
+
Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.1ms)
|
1831
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1832
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1833
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1834
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:10.281985"], ["updated_at", "2019-09-23 16:03:10.281985"]]
|
1835
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1836
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:10 -0400
|
1837
|
+
Processing by ApplicationController#hello_world as HTML
|
1838
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
1839
|
+
Rendering text template
|
1840
|
+
Rendered text template (0.0ms)
|
1841
|
+
Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)
|
1842
|
+
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
1843
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1844
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1845
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:11.379700"], ["updated_at", "2019-09-23 16:03:11.379700"]]
|
1846
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1847
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:11 -0400
|
1848
|
+
Processing by ApplicationController#hello_world as HTML
|
1849
|
+
Redirected to http://10.2.2.127:51722/nulogy_sso/login
|
1850
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1851
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1852
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:11 -0400
|
1853
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1854
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1855
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1856
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1857
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1858
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1859
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:13.522813"], ["updated_at", "2019-09-23 16:03:13.522813"]]
|
1860
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1861
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:13 -0400
|
1862
|
+
Processing by ApplicationController#hello_world as HTML
|
1863
|
+
Redirected to http://10.2.2.127:51722/nulogy_sso/login
|
1864
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1865
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1866
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:13 -0400
|
1867
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1868
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1869
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1870
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
1871
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1872
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1873
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1874
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1875
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1876
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1877
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1878
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1879
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1880
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1881
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1882
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1883
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1884
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1885
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1886
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1887
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:03:55.407394"], ["updated_at", "2019-09-23 16:03:55.407394"]]
|
1888
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
1889
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1890
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1891
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1892
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1893
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1894
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1895
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:03:56.271076"], ["updated_at", "2019-09-23 16:03:56.271076"]]
|
1896
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1897
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
|
1898
|
+
Processing by ApplicationController#hello_world as HTML
|
1899
|
+
Redirected to http://10.2.2.127:51821/nulogy_sso/login
|
1900
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1901
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
1902
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
|
1903
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1904
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1905
|
+
Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
|
1906
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51821" for 10.2.2.127 at 2019-09-23 12:03:58 -0400
|
1907
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1908
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51821"}
|
1909
|
+
Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)
|
1910
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1911
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1912
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1913
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1914
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1915
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1916
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1917
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1918
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1919
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1920
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1921
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1922
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1923
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1924
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1925
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1926
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1927
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:06:19.738317"], ["updated_at", "2019-09-23 16:06:19.738317"]]
|
1928
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
1929
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1930
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1931
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1932
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1933
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1934
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1935
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:06:20.553421"], ["updated_at", "2019-09-23 16:06:20.553421"]]
|
1936
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1937
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
|
1938
|
+
Processing by ApplicationController#hello_world as HTML
|
1939
|
+
Redirected to http://10.2.2.127:51864/nulogy_sso/login
|
1940
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
1941
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
1942
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
|
1943
|
+
Processing by NulogySSO::AuthController#login as HTML
|
1944
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
1945
|
+
Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
|
1946
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A51864" for 10.2.2.127 at 2019-09-23 12:06:22 -0400
|
1947
|
+
Processing by NulogySSO::AuthController#code as HTML
|
1948
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:51864"}
|
1949
|
+
Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms)
|
1950
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
1951
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1952
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1953
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1954
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1955
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1956
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1957
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1958
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1959
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1960
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1961
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1962
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1963
|
+
[1m[35m (3.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1964
|
+
[1m[35m (1.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1965
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1966
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1967
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:14:49.622083"], ["updated_at", "2019-09-23 16:14:49.622083"]]
|
1968
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
1969
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1970
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1971
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
1972
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1973
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1974
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
1975
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:14:50.333681"], ["updated_at", "2019-09-23 16:14:50.333681"]]
|
1976
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
1977
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
1978
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1979
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1980
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1981
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1982
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1983
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1984
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
1985
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1986
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1987
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1988
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1989
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1990
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
1991
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
1992
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1993
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1994
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:15:15.985473"], ["updated_at", "2019-09-23 16:15:15.985473"]]
|
1995
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1996
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
1997
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1998
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
1999
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2000
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2001
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2002
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:15:16.691010"], ["updated_at", "2019-09-23 16:15:16.691010"]]
|
2003
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2004
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
|
2005
|
+
Processing by ApplicationController#hello_world as HTML
|
2006
|
+
Redirected to http://10.2.2.127:52164/nulogy_sso/login
|
2007
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2008
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
2009
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
|
2010
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2011
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2012
|
+
Completed 302 Found in 24ms (ActiveRecord: 0.0ms)
|
2013
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52164" for 10.2.2.127 at 2019-09-23 12:15:18 -0400
|
2014
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2015
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52164"}
|
2016
|
+
Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms)
|
2017
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
2018
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2019
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2020
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2021
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2022
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2023
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2024
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2025
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2026
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2027
|
+
[1m[35m (1.9ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2028
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2029
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2030
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2031
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2032
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2033
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2034
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:15:31.526602"], ["updated_at", "2019-09-23 16:15:31.526602"]]
|
2035
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
2036
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2037
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2038
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2039
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2040
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2041
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2042
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:15:32.664171"], ["updated_at", "2019-09-23 16:15:32.664171"]]
|
2043
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2044
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
|
2045
|
+
Processing by ApplicationController#hello_world as HTML
|
2046
|
+
Redirected to http://10.2.2.127:52190/nulogy_sso/login
|
2047
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2048
|
+
Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
|
2049
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
|
2050
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2051
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2052
|
+
Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
|
2053
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52190" for 10.2.2.127 at 2019-09-23 12:15:34 -0400
|
2054
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2055
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52190"}
|
2056
|
+
Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms)
|
2057
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
2058
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2059
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2060
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2061
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2062
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2063
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2064
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2065
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2066
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2067
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2068
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2069
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2070
|
+
[1m[35m (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2071
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2072
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2073
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2074
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:27:31.725068"], ["updated_at", "2019-09-23 16:27:31.725068"]]
|
2075
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
2076
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2077
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2078
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2079
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2080
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2081
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2082
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:27:32.433061"], ["updated_at", "2019-09-23 16:27:32.433061"]]
|
2083
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2084
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:27:33 -0400
|
2085
|
+
Processing by ApplicationController#hello_world as HTML
|
2086
|
+
Redirected to http://10.2.2.127:52418/nulogy_sso/login
|
2087
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2088
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
2089
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:27:33 -0400
|
2090
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2091
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2092
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
2093
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52418" for 10.2.2.127 at 2019-09-23 12:27:34 -0400
|
2094
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2095
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52418"}
|
2096
|
+
Completed 500 Internal Server Error in 70ms (ActiveRecord: 0.0ms)
|
2097
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2098
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2099
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2100
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2101
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2102
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2103
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2104
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2105
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2106
|
+
[1m[35m (2.3ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2107
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2108
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2109
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2110
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2111
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2112
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2113
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:29:34.703295"], ["updated_at", "2019-09-23 16:29:34.703295"]]
|
2114
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
2115
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2116
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2117
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
2118
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2119
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2120
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2121
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:29:35.433756"], ["updated_at", "2019-09-23 16:29:35.433756"]]
|
2122
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2123
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2124
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2125
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2126
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2127
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2128
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2129
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2130
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2131
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2132
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2133
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2134
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2135
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2136
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2137
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2138
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2139
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:30:24.441016"], ["updated_at", "2019-09-23 16:30:24.441016"]]
|
2140
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
2141
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2142
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2143
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2144
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2145
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
2146
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2147
|
+
[1m[36mUser Create (2.0ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:30:25.157748"], ["updated_at", "2019-09-23 16:30:25.157748"]]
|
2148
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2149
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2150
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2151
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2152
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2153
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2154
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2155
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2156
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2157
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2158
|
+
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2159
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2160
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2161
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2162
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2163
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2164
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2165
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:30:50.572654"], ["updated_at", "2019-09-23 16:30:50.572654"]]
|
2166
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
2167
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2168
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2169
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
2170
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2171
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
2172
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2173
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:30:51.585350"], ["updated_at", "2019-09-23 16:30:51.585350"]]
|
2174
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2175
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2176
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2177
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2178
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2179
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2180
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2181
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2182
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2183
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2184
|
+
[1m[35m (3.7ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2185
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2186
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2187
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2188
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2189
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2190
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2191
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:31:55.971788"], ["updated_at", "2019-09-23 16:31:55.971788"]]
|
2192
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
2193
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2194
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2195
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2196
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2197
|
+
[1m[35m (0.4ms)[0m [1m[36mbegin transaction[0m
|
2198
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2199
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:31:59.371342"], ["updated_at", "2019-09-23 16:31:59.371342"]]
|
2200
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2201
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:01 -0400
|
2202
|
+
Processing by ApplicationController#hello_world as HTML
|
2203
|
+
Redirected to http://10.2.2.127:52490/nulogy_sso/login
|
2204
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2205
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2206
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:01 -0400
|
2207
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2208
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2209
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.0ms)
|
2210
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52490" for 10.2.2.127 at 2019-09-23 12:32:02 -0400
|
2211
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2212
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52490"}
|
2213
|
+
Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.0ms)
|
2214
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2215
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2216
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2217
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2218
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2219
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2220
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2221
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2222
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2223
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2224
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2225
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2226
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2227
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2228
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2229
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2230
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2231
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:32:29.855955"], ["updated_at", "2019-09-23 16:32:29.855955"]]
|
2232
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
2233
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2234
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2235
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2236
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2237
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2238
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2239
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:32:30.724977"], ["updated_at", "2019-09-23 16:32:30.724977"]]
|
2240
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2241
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
|
2242
|
+
Processing by ApplicationController#hello_world as HTML
|
2243
|
+
Redirected to http://10.2.2.127:52514/nulogy_sso/login
|
2244
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2245
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2246
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
|
2247
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2248
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2249
|
+
Completed 302 Found in 21ms (ActiveRecord: 0.0ms)
|
2250
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52514" for 10.2.2.127 at 2019-09-23 12:32:32 -0400
|
2251
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2252
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52514"}
|
2253
|
+
Completed 500 Internal Server Error in 105ms (ActiveRecord: 0.0ms)
|
2254
|
+
|
2255
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2256
|
+
|
2257
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
2258
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
2259
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2260
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2261
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2262
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2263
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2264
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2265
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2266
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2267
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2268
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2269
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2270
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2271
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2272
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2273
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2274
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2275
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2276
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2277
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2278
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2279
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2280
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2281
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2282
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2283
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2284
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2285
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2286
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2287
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2288
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2289
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2290
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2291
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2292
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2293
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2294
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2295
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2296
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2297
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2298
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2299
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2300
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2301
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2302
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2303
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2304
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
2305
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
2306
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
2307
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
2308
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
2309
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
2310
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
2311
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
2312
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
2313
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
2314
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
2315
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
2316
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
2317
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
2318
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
2319
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2320
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
2321
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
2322
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
2323
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
2324
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
2325
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
2326
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
2327
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
2328
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2329
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2330
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2331
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2332
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2333
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2334
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2335
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2336
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2337
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2338
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2339
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2340
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2341
|
+
[1m[35m (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2342
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2343
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2344
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2345
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:33:12.819196"], ["updated_at", "2019-09-23 16:33:12.819196"]]
|
2346
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
2347
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2348
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2349
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2350
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2351
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2352
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2353
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:33:13.665153"], ["updated_at", "2019-09-23 16:33:13.665153"]]
|
2354
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2355
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
|
2356
|
+
Processing by ApplicationController#hello_world as HTML
|
2357
|
+
Redirected to http://10.2.2.127:52541/nulogy_sso/login
|
2358
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2359
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2360
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
|
2361
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2362
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2363
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
2364
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52541" for 10.2.2.127 at 2019-09-23 12:33:15 -0400
|
2365
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2366
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"}
|
2367
|
+
Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)
|
2368
|
+
|
2369
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2370
|
+
|
2371
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
2372
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
2373
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2374
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2375
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2376
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2377
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2378
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2379
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2380
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2381
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2382
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2383
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2384
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2385
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2386
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2387
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2388
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2389
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2390
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2391
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2392
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2393
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2394
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2395
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2396
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2397
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2398
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2399
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2400
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2401
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2402
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2403
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2404
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2405
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2406
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2407
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2408
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2409
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2410
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2411
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2412
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2413
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2414
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2415
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2416
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2417
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2418
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
2419
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
2420
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
2421
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
2422
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
2423
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
2424
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
2425
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
2426
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
2427
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
2428
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
2429
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
2430
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
2431
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
2432
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
2433
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2434
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
2435
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
2436
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
2437
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
2438
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
2439
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
2440
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
2441
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
2442
|
+
Processing by ExceptionController#show as HTML
|
2443
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52541"}
|
2444
|
+
Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
|
2445
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
2446
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2447
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2448
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2449
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2450
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2451
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2452
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2453
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2454
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2455
|
+
[1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2456
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2457
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2458
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2459
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2460
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2461
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2462
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:34:01.417617"], ["updated_at", "2019-09-23 16:34:01.417617"]]
|
2463
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
2464
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2465
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2466
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2467
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2468
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2469
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2470
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:34:02.232006"], ["updated_at", "2019-09-23 16:34:02.232006"]]
|
2471
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2472
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:34:03 -0400
|
2473
|
+
Processing by ApplicationController#hello_world as HTML
|
2474
|
+
Redirected to http://10.2.2.127:52617/nulogy_sso/login
|
2475
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2476
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2477
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:34:03 -0400
|
2478
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2479
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2480
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
|
2481
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52617" for 10.2.2.127 at 2019-09-23 12:34:04 -0400
|
2482
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2483
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52617"}
|
2484
|
+
Completed 500 Internal Server Error in 85ms (ActiveRecord: 0.0ms)
|
2485
|
+
|
2486
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2487
|
+
|
2488
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
2489
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
2490
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2491
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2492
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2493
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2494
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2495
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2496
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2497
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2498
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2499
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2500
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2501
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2502
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2503
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2504
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2505
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2506
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2507
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2508
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2509
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2510
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2511
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2512
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2513
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2514
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2515
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2516
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2517
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2518
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2519
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2520
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2521
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2522
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2523
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2524
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2525
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2526
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2527
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2528
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2529
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2530
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2531
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2532
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2533
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2534
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2535
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
2536
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
2537
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
2538
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
2539
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
2540
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
2541
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
2542
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
2543
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
2544
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
2545
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
2546
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
2547
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
2548
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
2549
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
2550
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2551
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
2552
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
2553
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
2554
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
2555
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
2556
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
2557
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
2558
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
2559
|
+
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
2560
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2561
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2562
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2563
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2564
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2565
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2566
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2567
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2568
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2569
|
+
[1m[35m (2.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2570
|
+
[1m[35m (1.3ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2571
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2572
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2573
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2574
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2575
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2576
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:37:31.487751"], ["updated_at", "2019-09-23 16:37:31.487751"]]
|
2577
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
2578
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2579
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2580
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
2581
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2582
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2583
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2584
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:31.785562"], ["updated_at", "2019-09-23 16:37:31.785562"]]
|
2585
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2586
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:33 -0400
|
2587
|
+
Processing by ApplicationController#hello_world as HTML
|
2588
|
+
Redirected to http://10.2.2.127:52707/nulogy_sso/login
|
2589
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2590
|
+
Completed 302 Found in 83ms (ActiveRecord: 0.0ms)
|
2591
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:33 -0400
|
2592
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2593
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2594
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
2595
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2596
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2597
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2598
|
+
[1m[36mUser Create (2.2ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:34.994985"], ["updated_at", "2019-09-23 16:37:34.994985"]]
|
2599
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2600
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:35 -0400
|
2601
|
+
Processing by ApplicationController#hello_world as HTML
|
2602
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2603
|
+
Rendering text template
|
2604
|
+
Rendered text template (0.0ms)
|
2605
|
+
Completed 200 OK in 11ms (Views: 4.7ms | ActiveRecord: 0.2ms)
|
2606
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
2607
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2608
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2609
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:35.927260"], ["updated_at", "2019-09-23 16:37:35.927260"]]
|
2610
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2611
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:36 -0400
|
2612
|
+
Processing by ApplicationController#hello_world as HTML
|
2613
|
+
Redirected to http://10.2.2.127:52707/nulogy_sso/login
|
2614
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2615
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
2616
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:36 -0400
|
2617
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2618
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2619
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2620
|
+
[1m[35m (1.5ms)[0m [1m[31mrollback transaction[0m
|
2621
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2622
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
|
2623
|
+
Processing by ApplicationController#hello_world as HTML
|
2624
|
+
Redirected to http://10.2.2.127:52707/nulogy_sso/login
|
2625
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2626
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2627
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
|
2628
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2629
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2630
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2631
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707" for 10.2.2.127 at 2019-09-23 12:37:37 -0400
|
2632
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2633
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"}
|
2634
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2635
|
+
Completed 500 Internal Server Error in 64ms (ActiveRecord: 0.2ms)
|
2636
|
+
|
2637
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2638
|
+
|
2639
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
|
2640
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
|
2641
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
|
2642
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2643
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2644
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2645
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2646
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2647
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2648
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2649
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2650
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2651
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2652
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2653
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2654
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2655
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2656
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2657
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2658
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2659
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2660
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2661
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2662
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2663
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2664
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2665
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2666
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2667
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2668
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2669
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2670
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2671
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2672
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2673
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2674
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2675
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2676
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2677
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2678
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2679
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2680
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2681
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2682
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2683
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2684
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2685
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2686
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2687
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
2688
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
2689
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
2690
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
2691
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
2692
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
2693
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
2694
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
2695
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
2696
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
2697
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
2698
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
2699
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
2700
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
2701
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
2702
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2703
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
2704
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
2705
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
2706
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
2707
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
2708
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
2709
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
2710
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
2711
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2712
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2713
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2714
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:38.533322"], ["updated_at", "2019-09-23 16:37:38.533322"]]
|
2715
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2716
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
|
2717
|
+
Processing by ApplicationController#hello_world as HTML
|
2718
|
+
Redirected to http://10.2.2.127:52707/nulogy_sso/login
|
2719
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2720
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2721
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
|
2722
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2723
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2724
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2725
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
|
2726
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2727
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707/hello_world"}
|
2728
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2729
|
+
Redirected to http://10.2.2.127:52707/hello_world
|
2730
|
+
Completed 302 Found in 44ms (ActiveRecord: 0.3ms)
|
2731
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:38 -0400
|
2732
|
+
Processing by ApplicationController#hello_world as HTML
|
2733
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2734
|
+
Rendering text template
|
2735
|
+
Rendered text template (0.0ms)
|
2736
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
2737
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
2738
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2739
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2740
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:37:39.447686"], ["updated_at", "2019-09-23 16:37:39.447686"]]
|
2741
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2742
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
|
2743
|
+
Processing by ApplicationController#hello_world as HTML
|
2744
|
+
Redirected to http://10.2.2.127:52707/nulogy_sso/login
|
2745
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2746
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2747
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
|
2748
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2749
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2750
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2751
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52707" for 10.2.2.127 at 2019-09-23 12:37:39 -0400
|
2752
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2753
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52707"}
|
2754
|
+
Completed 500 Internal Server Error in 114ms (ActiveRecord: 0.0ms)
|
2755
|
+
|
2756
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2757
|
+
|
2758
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
2759
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
2760
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2761
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2762
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2763
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2764
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2765
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2766
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2767
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2768
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2769
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2770
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2771
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2772
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2773
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2774
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2775
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2776
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2777
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2778
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2779
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2780
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2781
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2782
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2783
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2784
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2785
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2786
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2787
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2788
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2789
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2790
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2791
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2792
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2793
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2794
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2795
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2796
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2797
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2798
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2799
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2800
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2801
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2802
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2803
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2804
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2805
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
2806
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
2807
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
2808
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
2809
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
2810
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
2811
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
2812
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
2813
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
2814
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
2815
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
2816
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
2817
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
2818
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
2819
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
2820
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2821
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
2822
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
2823
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
2824
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
2825
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
2826
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
2827
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
2828
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
2829
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2830
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2831
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2832
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2833
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2834
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2835
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2836
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
2837
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
2838
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2839
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2840
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
2841
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2842
|
+
[1m[35m (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
2843
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
2844
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2845
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2846
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 16:38:13.902454"], ["updated_at", "2019-09-23 16:38:13.902454"]]
|
2847
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
2848
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2849
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2850
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
2851
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2852
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2853
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2854
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2855
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
2856
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2857
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2858
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2859
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2860
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2861
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
2862
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2863
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2864
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2865
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
2866
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2867
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
2868
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
2869
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2870
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:14.366884"], ["updated_at", "2019-09-23 16:38:14.366884"]]
|
2871
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2872
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:16 -0400
|
2873
|
+
Processing by ApplicationController#hello_world as HTML
|
2874
|
+
Redirected to http://10.2.2.127:52787/nulogy_sso/login
|
2875
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2876
|
+
Completed 302 Found in 33ms (ActiveRecord: 0.0ms)
|
2877
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:16 -0400
|
2878
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2879
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2880
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
2881
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2882
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2883
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2884
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:17.351690"], ["updated_at", "2019-09-23 16:38:17.351690"]]
|
2885
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2886
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:17 -0400
|
2887
|
+
Processing by ApplicationController#hello_world as HTML
|
2888
|
+
Redirected to http://10.2.2.127:52787/nulogy_sso/login
|
2889
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2890
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
2891
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:17 -0400
|
2892
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2893
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2894
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2895
|
+
[1m[35m (1.2ms)[0m [1m[31mrollback transaction[0m
|
2896
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2897
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2898
|
+
[1m[36mUser Create (0.8ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:18.449383"], ["updated_at", "2019-09-23 16:38:18.449383"]]
|
2899
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2900
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:18 -0400
|
2901
|
+
Processing by ApplicationController#hello_world as HTML
|
2902
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2903
|
+
Rendering text template
|
2904
|
+
Rendered text template (0.0ms)
|
2905
|
+
Completed 200 OK in 13ms (Views: 6.2ms | ActiveRecord: 0.2ms)
|
2906
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
2907
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
2908
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
2909
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:19.562978"], ["updated_at", "2019-09-23 16:38:19.562978"]]
|
2910
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
2911
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
|
2912
|
+
Processing by ApplicationController#hello_world as HTML
|
2913
|
+
Redirected to http://10.2.2.127:52787/nulogy_sso/login
|
2914
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2915
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2916
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
|
2917
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2918
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2919
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2920
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787%2Fhello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
|
2921
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2922
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787/hello_world"}
|
2923
|
+
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2924
|
+
Redirected to http://10.2.2.127:52787/hello_world
|
2925
|
+
Completed 302 Found in 32ms (ActiveRecord: 0.4ms)
|
2926
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:19 -0400
|
2927
|
+
Processing by ApplicationController#hello_world as HTML
|
2928
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2929
|
+
Rendering text template
|
2930
|
+
Rendered text template (0.0ms)
|
2931
|
+
Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
2932
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
2933
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2934
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
|
2935
|
+
Processing by ApplicationController#hello_world as HTML
|
2936
|
+
Redirected to http://10.2.2.127:52787/nulogy_sso/login
|
2937
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
2938
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2939
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
|
2940
|
+
Processing by NulogySSO::AuthController#login as HTML
|
2941
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
2942
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2943
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787" for 10.2.2.127 at 2019-09-23 12:38:20 -0400
|
2944
|
+
Processing by NulogySSO::AuthController#code as HTML
|
2945
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"}
|
2946
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
2947
|
+
Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.2ms)
|
2948
|
+
|
2949
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
2950
|
+
|
2951
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
|
2952
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
|
2953
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
|
2954
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
2955
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
2956
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
2957
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
2958
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
2959
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
2960
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
2961
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
2962
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
2963
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
2964
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
2965
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
2966
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
2967
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
2968
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
2969
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
2970
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
2971
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
2972
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
2973
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
2974
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2975
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2976
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2977
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2978
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
2979
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
2980
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
2981
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
2982
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
2983
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
2984
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
2985
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
2986
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
2987
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
2988
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
2989
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
2990
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
2991
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
2992
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
2993
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
2994
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
2995
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
2996
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
2997
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
2998
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
2999
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
3000
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
3001
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
3002
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
3003
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
3004
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
3005
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
3006
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
3007
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
3008
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
3009
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
3010
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
3011
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
3012
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
3013
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
3014
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3015
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
3016
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
3017
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
3018
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
3019
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
3020
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
3021
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
3022
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
3023
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3024
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3025
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3026
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 16:38:21.842309"], ["updated_at", "2019-09-23 16:38:21.842309"]]
|
3027
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3028
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
|
3029
|
+
Processing by ApplicationController#hello_world as HTML
|
3030
|
+
Redirected to http://10.2.2.127:52787/nulogy_sso/login
|
3031
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3032
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3033
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
|
3034
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3035
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3036
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3037
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A52787" for 10.2.2.127 at 2019-09-23 12:38:21 -0400
|
3038
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3039
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:52787"}
|
3040
|
+
Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms)
|
3041
|
+
|
3042
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
3043
|
+
|
3044
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
3045
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
3046
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
3047
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
3048
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
3049
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
3050
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
3051
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
3052
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
3053
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
3054
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
3055
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
3056
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
3057
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
3058
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
3059
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
3060
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
3061
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
3062
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
3063
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
3064
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
3065
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
3066
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3067
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3068
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3069
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3070
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3071
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
3072
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
3073
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
3074
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
3075
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3076
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3077
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3078
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3079
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
3080
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
3081
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
3082
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
3083
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
3084
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
3085
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
3086
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
3087
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
3088
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
3089
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
3090
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
3091
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
3092
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
3093
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
3094
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
3095
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
3096
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
3097
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
3098
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
3099
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
3100
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
3101
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
3102
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
3103
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
3104
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
3105
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
3106
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3107
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
3108
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
3109
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
3110
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
3111
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
3112
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
3113
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
3114
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
3115
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3116
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3117
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3118
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3119
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3120
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3121
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3122
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3123
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3124
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3125
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3126
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3127
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3128
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3129
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3130
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3131
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3132
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:25:10.968202"], ["updated_at", "2019-09-23 18:25:10.968202"]]
|
3133
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3134
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3135
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3136
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3137
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3138
|
+
[1m[35m (0.7ms)[0m [1m[36mbegin transaction[0m
|
3139
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3140
|
+
[1m[36mUser Create (1.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:12.428059"], ["updated_at", "2019-09-23 18:25:12.428059"]]
|
3141
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3142
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:13 -0400
|
3143
|
+
Processing by ApplicationController#hello_world as HTML
|
3144
|
+
Redirected to http://10.2.2.127:54592/nulogy_sso/login
|
3145
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3146
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
3147
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
|
3148
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3149
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3150
|
+
Completed 302 Found in 34ms (ActiveRecord: 0.0ms)
|
3151
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
|
3152
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3153
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592/hello_world"}
|
3154
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3155
|
+
Redirected to http://10.2.2.127:54592/hello_world
|
3156
|
+
Completed 302 Found in 103ms (ActiveRecord: 0.2ms)
|
3157
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:14 -0400
|
3158
|
+
Processing by ApplicationController#hello_world as HTML
|
3159
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3160
|
+
Rendering text template
|
3161
|
+
Rendered text template (0.0ms)
|
3162
|
+
Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms)
|
3163
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3164
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3165
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
|
3166
|
+
Processing by ApplicationController#hello_world as HTML
|
3167
|
+
Redirected to http://10.2.2.127:54592/nulogy_sso/login
|
3168
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3169
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3170
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
|
3171
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3172
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3173
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3174
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592" for 10.2.2.127 at 2019-09-23 14:25:15 -0400
|
3175
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3176
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"}
|
3177
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3178
|
+
Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.2ms)
|
3179
|
+
|
3180
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
3181
|
+
|
3182
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:39:in `block in code'
|
3183
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/services/nulogy_sso/authenticator.rb:25:in `validate_token'
|
3184
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:36:in `code'
|
3185
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
3186
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
3187
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
3188
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
3189
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
3190
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
3191
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
3192
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
3193
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
3194
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
3195
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
3196
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
3197
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
3198
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
3199
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
3200
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
3201
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
3202
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
3203
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
3204
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
3205
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3206
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3207
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3208
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3209
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3210
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
3211
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
3212
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
3213
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
3214
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3215
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3216
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3217
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3218
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
3219
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
3220
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
3221
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
3222
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
3223
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
3224
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
3225
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
3226
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
3227
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
3228
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
3229
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
3230
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
3231
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
3232
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
3233
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
3234
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
3235
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
3236
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
3237
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
3238
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
3239
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
3240
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
3241
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
3242
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
3243
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
3244
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
3245
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3246
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
3247
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
3248
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
3249
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
3250
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
3251
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
3252
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
3253
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
3254
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3255
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3256
|
+
[1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3257
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:19.204442"], ["updated_at", "2019-09-23 18:25:19.204442"]]
|
3258
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3259
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
|
3260
|
+
Processing by ApplicationController#hello_world as HTML
|
3261
|
+
Redirected to http://10.2.2.127:54592/nulogy_sso/login
|
3262
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3263
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3264
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
|
3265
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3266
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3267
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3268
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54592" for 10.2.2.127 at 2019-09-23 14:25:19 -0400
|
3269
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3270
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54592"}
|
3271
|
+
Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms)
|
3272
|
+
|
3273
|
+
NulogySSO::SSOError (An error has occurred during the SSO login flow. Consider handling this error with `rescue_from`.):
|
3274
|
+
|
3275
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:33:in `rescue in code'
|
3276
|
+
/Users/evanbrodie/src/cpi/nulogy_sso/app/controllers/nulogy_sso/auth_controller.rb:30:in `code'
|
3277
|
+
actionpack (5.2.3) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
|
3278
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:194:in `process_action'
|
3279
|
+
actionpack (5.2.3) lib/action_controller/metal/rendering.rb:30:in `process_action'
|
3280
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:42:in `block in process_action'
|
3281
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:132:in `run_callbacks'
|
3282
|
+
actionpack (5.2.3) lib/abstract_controller/callbacks.rb:41:in `process_action'
|
3283
|
+
actionpack (5.2.3) lib/action_controller/metal/rescue.rb:22:in `process_action'
|
3284
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
|
3285
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `block in instrument'
|
3286
|
+
activesupport (5.2.3) lib/active_support/notifications/instrumenter.rb:23:in `instrument'
|
3287
|
+
activesupport (5.2.3) lib/active_support/notifications.rb:168:in `instrument'
|
3288
|
+
actionpack (5.2.3) lib/action_controller/metal/instrumentation.rb:32:in `process_action'
|
3289
|
+
actionpack (5.2.3) lib/action_controller/metal/params_wrapper.rb:256:in `process_action'
|
3290
|
+
activerecord (5.2.3) lib/active_record/railties/controller_runtime.rb:24:in `process_action'
|
3291
|
+
actionpack (5.2.3) lib/abstract_controller/base.rb:134:in `process'
|
3292
|
+
actionview (5.2.3) lib/action_view/rendering.rb:32:in `process'
|
3293
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:191:in `dispatch'
|
3294
|
+
actionpack (5.2.3) lib/action_controller/metal.rb:252:in `dispatch'
|
3295
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:52:in `dispatch'
|
3296
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:34:in `serve'
|
3297
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3298
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3299
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3300
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3301
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3302
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `public_send'
|
3303
|
+
railties (5.2.3) lib/rails/railtie.rb:190:in `method_missing'
|
3304
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
|
3305
|
+
actionpack (5.2.3) lib/action_dispatch/routing/mapper.rb:48:in `serve'
|
3306
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:52:in `block in serve'
|
3307
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `each'
|
3308
|
+
actionpack (5.2.3) lib/action_dispatch/journey/router.rb:35:in `serve'
|
3309
|
+
actionpack (5.2.3) lib/action_dispatch/routing/route_set.rb:840:in `call'
|
3310
|
+
rack (2.0.7) lib/rack/tempfile_reaper.rb:15:in `call'
|
3311
|
+
rack (2.0.7) lib/rack/etag.rb:25:in `call'
|
3312
|
+
rack (2.0.7) lib/rack/conditional_get.rb:25:in `call'
|
3313
|
+
rack (2.0.7) lib/rack/head.rb:12:in `call'
|
3314
|
+
actionpack (5.2.3) lib/action_dispatch/http/content_security_policy.rb:18:in `call'
|
3315
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:232:in `context'
|
3316
|
+
rack (2.0.7) lib/rack/session/abstract/id.rb:226:in `call'
|
3317
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/cookies.rb:670:in `call'
|
3318
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
3319
|
+
activesupport (5.2.3) lib/active_support/callbacks.rb:98:in `run_callbacks'
|
3320
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
|
3321
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call'
|
3322
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
3323
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
3324
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
3325
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
3326
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
3327
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
3328
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
3329
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
3330
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
3331
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
3332
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
3333
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
3334
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
3335
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
3336
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
3337
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
3338
|
+
rack (2.0.7) lib/rack/urlmap.rb:68:in `block in call'
|
3339
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `each'
|
3340
|
+
rack (2.0.7) lib/rack/urlmap.rb:53:in `call'
|
3341
|
+
capybara (3.25.0) lib/capybara/server/middleware.rb:48:in `call'
|
3342
|
+
rack (2.0.7) lib/rack/handler/webrick.rb:86:in `service'
|
3343
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:140:in `service'
|
3344
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/httpserver.rb:96:in `run'
|
3345
|
+
/Users/evanbrodie/.rvm/rubies/ruby-2.6.3/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
|
3346
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
3347
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3348
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3349
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:22.061776"], ["updated_at", "2019-09-23 18:25:22.061776"]]
|
3350
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3351
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:22 -0400
|
3352
|
+
Processing by ApplicationController#hello_world as HTML
|
3353
|
+
Redirected to http://10.2.2.127:54592/nulogy_sso/login
|
3354
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3355
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3356
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:22 -0400
|
3357
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3358
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3359
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3360
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3361
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3362
|
+
[1m[35m (0.7ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3363
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:23.031647"], ["updated_at", "2019-09-23 18:25:23.031647"]]
|
3364
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3365
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:23 -0400
|
3366
|
+
Processing by ApplicationController#hello_world as HTML
|
3367
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3368
|
+
Rendering text template
|
3369
|
+
Rendered text template (0.0ms)
|
3370
|
+
Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)
|
3371
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
3372
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3373
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3374
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:24.062267"], ["updated_at", "2019-09-23 18:25:24.062267"]]
|
3375
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3376
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:24 -0400
|
3377
|
+
Processing by ApplicationController#hello_world as HTML
|
3378
|
+
Redirected to http://10.2.2.127:54592/nulogy_sso/login
|
3379
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3380
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3381
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:24 -0400
|
3382
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3383
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3384
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3385
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3386
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3387
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3388
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3389
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3390
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3391
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3392
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3393
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3394
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3395
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3396
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3397
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3398
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3399
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3400
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3401
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3402
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:25:52.942629"], ["updated_at", "2019-09-23 18:25:52.942629"]]
|
3403
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
3404
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3405
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3406
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3407
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3408
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3409
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3410
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:25:53.772867"], ["updated_at", "2019-09-23 18:25:53.772867"]]
|
3411
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3412
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
|
3413
|
+
Processing by ApplicationController#hello_world as HTML
|
3414
|
+
Redirected to http://10.2.2.127:54729/nulogy_sso/login
|
3415
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3416
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
3417
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
|
3418
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3419
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3420
|
+
Completed 302 Found in 18ms (ActiveRecord: 0.0ms)
|
3421
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54729" for 10.2.2.127 at 2019-09-23 14:25:55 -0400
|
3422
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3423
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54729"}
|
3424
|
+
Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.0ms)
|
3425
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3426
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3427
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3428
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3429
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3430
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3431
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3432
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3433
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3434
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3435
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3436
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3437
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3438
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3439
|
+
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3440
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3441
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3442
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:26:59.017548"], ["updated_at", "2019-09-23 18:26:59.017548"]]
|
3443
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
3444
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3445
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3446
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3447
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3448
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3449
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3450
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:26:59.884170"], ["updated_at", "2019-09-23 18:26:59.884170"]]
|
3451
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3452
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
|
3453
|
+
Processing by ApplicationController#hello_world as HTML
|
3454
|
+
Redirected to http://10.2.2.127:54759/nulogy_sso/login
|
3455
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3456
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
3457
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
|
3458
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3459
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3460
|
+
Completed 302 Found in 29ms (ActiveRecord: 0.0ms)
|
3461
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54759" for 10.2.2.127 at 2019-09-23 14:27:01 -0400
|
3462
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3463
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54759"}
|
3464
|
+
Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
|
3465
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
3466
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3467
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3468
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3469
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3470
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3471
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3472
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3473
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3474
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3475
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3476
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3477
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3478
|
+
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3479
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3480
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3481
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3482
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:27:54.397748"], ["updated_at", "2019-09-23 18:27:54.397748"]]
|
3483
|
+
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
3484
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3485
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3486
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3487
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3488
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3489
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3490
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:27:55.254292"], ["updated_at", "2019-09-23 18:27:55.254292"]]
|
3491
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3492
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:27:56 -0400
|
3493
|
+
Processing by ApplicationController#hello_world as HTML
|
3494
|
+
Redirected to http://10.2.2.127:54785/nulogy_sso/login
|
3495
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3496
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
3497
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:27:56 -0400
|
3498
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3499
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3500
|
+
Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
|
3501
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54785" for 10.2.2.127 at 2019-09-23 14:27:57 -0400
|
3502
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3503
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54785"}
|
3504
|
+
Rendering text template
|
3505
|
+
Rendered text template (0.0ms)
|
3506
|
+
Completed 500 Internal Server Error in 64ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
3507
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
3508
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3509
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3510
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3511
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3512
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3513
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3514
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3515
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3516
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3517
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3518
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3519
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3520
|
+
[1m[35m (1.4ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3521
|
+
[1m[35m (1.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3522
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3523
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3524
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.6ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:29:11.880542"], ["updated_at", "2019-09-23 18:29:11.880542"]]
|
3525
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
3526
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3527
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3528
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3529
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3530
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
3531
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3532
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:12.799297"], ["updated_at", "2019-09-23 18:29:12.799297"]]
|
3533
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3534
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
|
3535
|
+
Processing by ApplicationController#hello_world as HTML
|
3536
|
+
Redirected to http://10.2.2.127:54814/nulogy_sso/login
|
3537
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3538
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
3539
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
|
3540
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3541
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3542
|
+
Completed 302 Found in 15ms (ActiveRecord: 0.0ms)
|
3543
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54814" for 10.2.2.127 at 2019-09-23 14:29:14 -0400
|
3544
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3545
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54814"}
|
3546
|
+
Rendering text template
|
3547
|
+
Rendered text template (0.0ms)
|
3548
|
+
Completed 200 OK in 54ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
3549
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
3550
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3551
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3552
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3553
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3554
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3555
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3556
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3557
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3558
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3559
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3560
|
+
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3561
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3562
|
+
[1m[35m (1.1ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3563
|
+
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3564
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3565
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3566
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.4ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:29:23.975826"], ["updated_at", "2019-09-23 18:29:23.975826"]]
|
3567
|
+
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3568
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3569
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3570
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3571
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3572
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3573
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3574
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:24.798874"], ["updated_at", "2019-09-23 18:29:24.798874"]]
|
3575
|
+
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3576
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
|
3577
|
+
Processing by ApplicationController#hello_world as HTML
|
3578
|
+
Redirected to http://10.2.2.127:54844/nulogy_sso/login
|
3579
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3580
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
|
3581
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
|
3582
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3583
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3584
|
+
Completed 302 Found in 22ms (ActiveRecord: 0.0ms)
|
3585
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
|
3586
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3587
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844/hello_world"}
|
3588
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3589
|
+
Redirected to http://10.2.2.127:54844/hello_world
|
3590
|
+
Completed 302 Found in 99ms (ActiveRecord: 0.2ms)
|
3591
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:26 -0400
|
3592
|
+
Processing by ApplicationController#hello_world as HTML
|
3593
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3594
|
+
Rendering text template
|
3595
|
+
Rendered text template (0.0ms)
|
3596
|
+
Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)
|
3597
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3598
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3599
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3600
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:27.463866"], ["updated_at", "2019-09-23 18:29:27.463866"]]
|
3601
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3602
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
|
3603
|
+
Processing by ApplicationController#hello_world as HTML
|
3604
|
+
Redirected to http://10.2.2.127:54844/nulogy_sso/login
|
3605
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3606
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3607
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
|
3608
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3609
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3610
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3611
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844" for 10.2.2.127 at 2019-09-23 14:29:27 -0400
|
3612
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3613
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"}
|
3614
|
+
Rendering text template
|
3615
|
+
Rendered text template (0.0ms)
|
3616
|
+
Completed 200 OK in 35ms (Views: 1.5ms | ActiveRecord: 0.0ms)
|
3617
|
+
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
3618
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3619
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
|
3620
|
+
Processing by ApplicationController#hello_world as HTML
|
3621
|
+
Redirected to http://10.2.2.127:54844/nulogy_sso/login
|
3622
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3623
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3624
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
|
3625
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3626
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3627
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3628
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A54844" for 10.2.2.127 at 2019-09-23 14:29:28 -0400
|
3629
|
+
Processing by NulogySSO::AuthController#code as HTML
|
3630
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:54844"}
|
3631
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3632
|
+
Rendering text template
|
3633
|
+
Rendered text template (0.1ms)
|
3634
|
+
Completed 200 OK in 36ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
3635
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3636
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3637
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3638
|
+
[1m[36mUser Create (1.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:28.835113"], ["updated_at", "2019-09-23 18:29:28.835113"]]
|
3639
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3640
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
|
3641
|
+
Processing by ApplicationController#hello_world as HTML
|
3642
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3643
|
+
Rendering text template
|
3644
|
+
Rendered text template (0.0ms)
|
3645
|
+
Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.2ms)
|
3646
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3647
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3648
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3649
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:29.569559"], ["updated_at", "2019-09-23 18:29:29.569559"]]
|
3650
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3651
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
|
3652
|
+
Processing by ApplicationController#hello_world as HTML
|
3653
|
+
Redirected to http://10.2.2.127:54844/nulogy_sso/login
|
3654
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3655
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3656
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:29 -0400
|
3657
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3658
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3659
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3660
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3661
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3662
|
+
[1m[35m (0.4ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3663
|
+
[1m[36mUser Create (0.6ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:29:30.387891"], ["updated_at", "2019-09-23 18:29:30.387891"]]
|
3664
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3665
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:29:30 -0400
|
3666
|
+
Processing by ApplicationController#hello_world as HTML
|
3667
|
+
Redirected to http://10.2.2.127:54844/nulogy_sso/login
|
3668
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3669
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3670
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:29:30 -0400
|
3671
|
+
Processing by NulogySSO::AuthController#login as HTML
|
3672
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3673
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3674
|
+
[1m[35m (1.1ms)[0m [1m[31mrollback transaction[0m
|
3675
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3676
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3677
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3678
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3679
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3680
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3681
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3682
|
+
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3683
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3684
|
+
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3685
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3686
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3687
|
+
[1m[35m (1.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3688
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3689
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3690
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3691
|
+
[1m[36mActiveRecord::InternalMetadata Create (1.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 18:37:40.322073"], ["updated_at", "2019-09-23 18:37:40.322073"]]
|
3692
|
+
[1m[35m (3.3ms)[0m [1m[36mcommit transaction[0m
|
3693
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3694
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3695
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
3696
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3697
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3698
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3699
|
+
[1m[36mUser Create (0.9ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:40.838967"], ["updated_at", "2019-09-23 18:37:40.838967"]]
|
3700
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3701
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:43 -0400
|
3702
|
+
Processing by ApplicationController#hello_world as HTML
|
3703
|
+
Redirected to http://10.2.2.127:55020/nulogy_sso/login
|
3704
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3705
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
|
3706
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:43 -0400
|
3707
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3708
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3709
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
|
3710
|
+
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
3711
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3712
|
+
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3713
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:45.022991"], ["updated_at", "2019-09-23 18:37:45.022991"]]
|
3714
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3715
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:45 -0400
|
3716
|
+
Processing by ApplicationController#hello_world as HTML
|
3717
|
+
Redirected to http://10.2.2.127:55020/nulogy_sso/login
|
3718
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3719
|
+
Completed 302 Found in 25ms (ActiveRecord: 0.0ms)
|
3720
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:45 -0400
|
3721
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3722
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3723
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3724
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3725
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3726
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3727
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:45.948422"], ["updated_at", "2019-09-23 18:37:45.948422"]]
|
3728
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3729
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
|
3730
|
+
Processing by ApplicationController#hello_world as HTML
|
3731
|
+
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3732
|
+
Rendering text template
|
3733
|
+
Rendered text template (0.0ms)
|
3734
|
+
Completed 200 OK in 14ms (Views: 7.6ms | ActiveRecord: 0.3ms)
|
3735
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3736
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3737
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
|
3738
|
+
Processing by ApplicationController#hello_world as HTML
|
3739
|
+
Redirected to http://10.2.2.127:55020/nulogy_sso/login
|
3740
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3741
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3742
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
|
3743
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3744
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3745
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3746
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020" for 10.2.2.127 at 2019-09-23 14:37:46 -0400
|
3747
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3748
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"}
|
3749
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3750
|
+
Rendering text template
|
3751
|
+
Rendered text template (0.0ms)
|
3752
|
+
Completed 200 OK in 49ms (Views: 1.1ms | ActiveRecord: 0.2ms)
|
3753
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
3754
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3755
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3756
|
+
[1m[36mUser Create (1.1ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:48.057973"], ["updated_at", "2019-09-23 18:37:48.057973"]]
|
3757
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3758
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3759
|
+
Processing by ApplicationController#hello_world as HTML
|
3760
|
+
Redirected to http://10.2.2.127:55020/nulogy_sso/login
|
3761
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3762
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
|
3763
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3764
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3765
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3766
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3767
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3768
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3769
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020"}
|
3770
|
+
Rendering text template
|
3771
|
+
Rendered text template (0.0ms)
|
3772
|
+
Completed 200 OK in 40ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
3773
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3774
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3775
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3776
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 18:37:48.772500"], ["updated_at", "2019-09-23 18:37:48.772500"]]
|
3777
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3778
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3779
|
+
Processing by ApplicationController#hello_world as HTML
|
3780
|
+
Redirected to http://10.2.2.127:55020/nulogy_sso/login
|
3781
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3782
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3783
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3784
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3785
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3786
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
3787
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55020%2Fhello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3788
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3789
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55020/hello_world"}
|
3790
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3791
|
+
Redirected to http://10.2.2.127:55020/hello_world
|
3792
|
+
Completed 302 Found in 34ms (ActiveRecord: 0.1ms)
|
3793
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 14:37:48 -0400
|
3794
|
+
Processing by ApplicationController#hello_world as HTML
|
3795
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3796
|
+
Rendering text template
|
3797
|
+
Rendered text template (0.0ms)
|
3798
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms)
|
3799
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3800
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3801
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3802
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3803
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
3804
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3805
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3806
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3807
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3808
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3809
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3810
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3811
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3812
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3813
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3814
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3815
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3816
|
+
[1m[35m (1.5ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3817
|
+
[1m[35m (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "schema_sha1"]]
|
3818
|
+
[1m[35m (1.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3819
|
+
[1m[35m (1.9ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3820
|
+
[1m[35m (0.6ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3821
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3822
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3823
|
+
[1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3824
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?[0m [["key", "environment"]]
|
3825
|
+
[1m[35m (1.4ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3826
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3827
|
+
[1m[35m (0.2ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3828
|
+
[1m[35m (2.4ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar, "active" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3829
|
+
[1m[35m (6.2ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3830
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3831
|
+
[1m[35m (9.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20190912211120)[0m
|
3832
|
+
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
3833
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.4ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3834
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3835
|
+
[1m[36mActiveRecord::InternalMetadata Create (3.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-23 19:05:27.745895"], ["updated_at", "2019-09-23 19:05:27.745895"]]
|
3836
|
+
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
|
3837
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
3838
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
3839
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3840
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.7ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "2b01fa59c4c74162736a2cb624389712cfa71fdb"], ["created_at", "2019-09-23 19:05:27.763156"], ["updated_at", "2019-09-23 19:05:27.763156"]]
|
3841
|
+
[1m[35m (2.8ms)[0m [1m[36mcommit transaction[0m
|
3842
|
+
[1m[35m (0.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3843
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3844
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
3845
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3846
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3847
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3848
|
+
[1m[35m (0.5ms)[0m [1m[36mbegin transaction[0m
|
3849
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3850
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3851
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3852
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
3853
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3854
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
3855
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3856
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3857
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
3858
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3859
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
3860
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3861
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3862
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:30.311703"], ["updated_at", "2019-09-23 19:05:30.311703"]]
|
3863
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3864
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:31 -0400
|
3865
|
+
Processing by ApplicationController#hello_world as HTML
|
3866
|
+
Redirected to http://10.2.2.127:55541/nulogy_sso/login
|
3867
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3868
|
+
Completed 302 Found in 3ms (ActiveRecord: 0.0ms | Allocations: 568)
|
3869
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:31 -0400
|
3870
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3871
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3872
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.0ms | Allocations: 219)
|
3873
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541%2Fhello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
|
3874
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3875
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541/hello_world"}
|
3876
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3877
|
+
Redirected to http://10.2.2.127:55541/hello_world
|
3878
|
+
Completed 302 Found in 61ms (ActiveRecord: 0.2ms | Allocations: 5662)
|
3879
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
|
3880
|
+
Processing by ApplicationController#hello_world as HTML
|
3881
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3882
|
+
Rendering text template
|
3883
|
+
Rendered text template (Duration: 0.0ms | Allocations: 3)
|
3884
|
+
Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.1ms | Allocations: 1593)
|
3885
|
+
[1m[35m (0.3ms)[0m [1m[31mrollback transaction[0m
|
3886
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3887
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
|
3888
|
+
Processing by ApplicationController#hello_world as HTML
|
3889
|
+
Redirected to http://10.2.2.127:55541/nulogy_sso/login
|
3890
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3891
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171)
|
3892
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
|
3893
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3894
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3895
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)
|
3896
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541" for 10.2.2.127 at 2019-09-23 15:05:32 -0400
|
3897
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3898
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"}
|
3899
|
+
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3900
|
+
Rendering text template
|
3901
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
3902
|
+
Completed 200 OK in 43ms (Views: 0.8ms | ActiveRecord: 0.2ms | Allocations: 2653)
|
3903
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
3904
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3905
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3906
|
+
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:33.598150"], ["updated_at", "2019-09-23 19:05:33.598150"]]
|
3907
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3908
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
|
3909
|
+
Processing by ApplicationController#hello_world as HTML
|
3910
|
+
Redirected to http://10.2.2.127:55541/nulogy_sso/login
|
3911
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3912
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 171)
|
3913
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
|
3914
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3915
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3916
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 159)
|
3917
|
+
Started GET "/nulogy_sso/code?code=FAKE_CODE&origin=http%3A%2F%2F10.2.2.127%3A55541" for 10.2.2.127 at 2019-09-23 15:05:33 -0400
|
3918
|
+
Processing by NulogySSO::AuthenticationController#code as HTML
|
3919
|
+
Parameters: {"code"=>"FAKE_CODE", "origin"=>"http://10.2.2.127:55541"}
|
3920
|
+
Rendering text template
|
3921
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
3922
|
+
Completed 200 OK in 34ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 2185)
|
3923
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3924
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
3925
|
+
[1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3926
|
+
[1m[36mUser Create (0.7ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:34.201379"], ["updated_at", "2019-09-23 19:05:34.201379"]]
|
3927
|
+
[1m[35m (0.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3928
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:34 -0400
|
3929
|
+
Processing by ApplicationController#hello_world as HTML
|
3930
|
+
Redirected to http://10.2.2.127:55541/nulogy_sso/login
|
3931
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3932
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 353)
|
3933
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:34 -0400
|
3934
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3935
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3936
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 340)
|
3937
|
+
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
3938
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3939
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3940
|
+
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:34.928133"], ["updated_at", "2019-09-23 19:05:34.928133"]]
|
3941
|
+
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3942
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
|
3943
|
+
Processing by ApplicationController#hello_world as HTML
|
3944
|
+
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT ?[0m [["email", "test@nulogy.com"], ["LIMIT", 1]]
|
3945
|
+
Rendering text template
|
3946
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
3947
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.1ms | Allocations: 502)
|
3948
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
3949
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3950
|
+
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
3951
|
+
[1m[36mUser Create (0.9ms)[0m [1m[32mINSERT INTO "users" ("email", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["email", "test@nulogy.com"], ["created_at", "2019-09-23 19:05:35.750861"], ["updated_at", "2019-09-23 19:05:35.750861"]]
|
3952
|
+
[1m[35m (0.3ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
3953
|
+
Started GET "/hello_world" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
|
3954
|
+
Processing by ApplicationController#hello_world as HTML
|
3955
|
+
Redirected to http://10.2.2.127:55541/nulogy_sso/login
|
3956
|
+
Filter chain halted as :authenticate_sso_user rendered or redirected
|
3957
|
+
Completed 302 Found in 2ms (ActiveRecord: 0.0ms | Allocations: 171)
|
3958
|
+
Started GET "/nulogy_sso/login" for 10.2.2.127 at 2019-09-23 15:05:35 -0400
|
3959
|
+
Processing by NulogySSO::AuthenticationController#login as HTML
|
3960
|
+
Redirected to http://localhost:1080/authorize?audience=mock_audience&client_id=mock_client_id&redirect_uri=mock_login_uri%3Forigin%3D&response_type=code&scope=openid+email
|
3961
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)
|
3962
|
+
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|