-
128 of the 470 SSM sourced variables in vets-api are set in all 4 static environments, and we can now transition the vets-api code to utilize these new values. The list of values is below.
## Tasks
-…
-
exit 1
exit 1
exit 1
exit 1
https://github.com/OpenSourcePolitics/decidim-ubx/blob/c2b1f0f61691f8cf761a2287c23eb90e80a77339/lib/tasks/import.rake#L7
```ruby
# frozen_string_literal: true
requir…
-
Hi,
I'm running Rails v5.2.6 with Ruby v2.5.8, omniauth v2.1.2, omniauth-rails_csrf_protection v1.0.1, and omniauth_openid_connect v0.6.1, working on LTI 1.3 integration (https://andyfmiller.com/20…
-
With the following config:
```ruby
InfluxDB::Rails.configure do |config|
config.client.hosts = ['localhost']
config.client.port = 8086
config.client.username = 'root'
config.client.passw…
anlek updated
10 months ago
-
Not sure whats wrong but I am not able to get gitlab redirected to my IDP keycloak for login; I keep getting this landing page
I am trying to setup gitlab with keycloak using openid connect.
…
-
### Describe the bug
Using Portainer, i'm just trying to upgrade last image can't logging , server 500 error
### To Reproduce
Docker , portainer just a simple stack update from 3.12.0 to 3.13.0
##…
-
Hi I integrate devise_auth_token with omniauth, but when for it to work I had to enable the midleware Session and Cokie. While it manages to authenticate and save in my users table the problem is tha…
-
アプリ内で環境変数を利用する箇所がたくさんあるため、本番環境で登録しなければいけない環境変数をこのIssueにまとめておく。
新たな環境変数が必要となったら、コメントとしてこのIssueに追加する。
## 環境変数一覧
herokuで環境変数を行ったものにはチェックをつける。
- [x] AUTH_APP_ID
- [x] AUTH_APP_SECRET
- [ ] KOMAG…
-
I'm setting up a single page application using react that has ruby on rails as the backend. I have my google api credentials and I have the front end sign in with google setup according to these instr…
-
Following the gitbook docs, for a Rails 7.0.2.4 API-only app with devise_token_auth 1.2.1 and devise 4.9.0, without running `rails generate devise:install` before `rails g devise_token_auth:install Us…