Skip to content

Instantly share code, notes, and snippets.

@auxesis
Created August 15, 2023 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auxesis/6730d6fecd4623456eee054dc62c8bad to your computer and use it in GitHub Desktop.
Save auxesis/6730d6fecd4623456eee054dc62c8bad to your computer and use it in GitHub Desktop.
➔ be rails s
=> Booting Puma
=> Rails 7.0.4.2 application starting in development
=> Run `bin/rails server --help` for more startup options
Puma starting in single mode...
* Puma version: 5.6.5 (ruby 3.1.3-p185) ("Birdie's Version")
* Min threads: 5
* Max threads: 5
* Environment: development
* PID: 18387
* Listening on http://127.0.0.1:3000
* Listening on http://[::1]:3000
Use Ctrl-C to stop
Started GET "/" for ::1 at 2023-08-14 13:25:40 +1000
[CipherStash Notice]: Loading config for `rails_demo` store
[CipherStash Error]: × An error occurred inside the driver
[CipherStash Error]: ├─▶ Session Error: Cryptography Error: Vitur Error: `AcquireNewTokenFailed: Failed to acquire token: HTTP status client error (403 Forbidden) for url (https://console.cipherstash.com/api/
[CipherStash Error]: │ federate)`
[CipherStash Error]: ├─▶ Cryptography Error: Vitur Error: `AcquireNewTokenFailed: Failed to acquire token: HTTP status client error (403 Forbidden) for url (https://console.cipherstash.com/api/federate)`
[CipherStash Error]: ╰─▶ Vitur Error: `AcquireNewTokenFailed: Failed to acquire token: HTTP status client error (403 Forbidden) for url (https://console.cipherstash.com/api/federate)`
[CipherStash Notice]: Failed to initialise the CipherStash driver. Exiting application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment