Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
George Jahad committed Oct 11, 2024
1 parent 87a56aa commit 66c9bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ following to the /etc/hosts file on your host:
127.0.0.1 oidc_provider
```

Finally, if you run "rails test" a second time, it will recreate the
provider settings, so you will need to clear the browser's
Finally, if you restart the docker vault container, it will recreate
the provider settings, so you will need to clear the browser's
"oidc_provider" cookie. Otherwise you will see this error:

```
Expand Down
1 change: 0 additions & 1 deletion app/lib/clients/vault/oidc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
module Clients
class Vault
module Oidc
cattr_accessor :provider
def configure_oidc_provider
provider = oidc_provider.logical.read("identity/oidc/provider/astral")
if provider.nil?
Expand Down

0 comments on commit 66c9bb1

Please sign in to comment.