Content-Length: 277058 | pFad | https://github.com/sebadob/rauthy/commit/3a04dc02a878263cec2d841553747c78a41b7c4a

26 Merge pull request #301 from sebadob/dev-tls-certs-default-path · sebadob/rauthy@3a04dc0 · GitHub
Skip to content

Commit

Permalink
Merge pull request #301 from sebadob/dev-tls-certs-default-path
Browse files Browse the repository at this point in the history
bug: wrong path to DEV TLS certs inside container image
  • Loading branch information
sebadob authored Apr 7, 2024
2 parents 2600005 + 49c13d8 commit 3a04dc0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dev_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Stage 2 - features - do before v1.0.0

- BUG with Bitwarden Passkey implementation:
- BUG with Bitwarden Passkey implementation - app bug and Rauthy cannot do anythign about it? -> investigate:

```
2024-03-21T09:56:04.903993Z ERROR webauthn_rs_core::core: Credential indicates it is backed up, but has not declared valid backup elligibility
Expand All @@ -17,12 +17,8 @@

-> may cause an extraction error in the UI, because no error body is being returned

- UI: client cannot be saved multiple times after saving without reloading -> locked somewhere

+ client name input can contain `undefined` after modifying when it was left empty

- BUG: wrong path in the default Dockerfile which points to the DEV TLS certificates
-> Should work fine when we just get rid of the `/app` path in the Dockerfile -> test!
-> Fix has been pushed - test and validate with next nightly or beta image build
- make it possible to define a custom header to extract peer IP's (e.g. CDN headers)
- BUG: when webauthn key in `../finish` is not accepted -> HTTP 401 -> no error message -> improve UX in UI
- improve the book with all the new features
Expand Down
39 changes: 39 additions & 0 deletions rauthy.deploy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,42 @@ WEBAUTHN_RENEW_EXP=2160
# Be careful with this option, since Android and some special combinations of OS + browser to not support UV yet.
# (default: false)
#WEBAUTHN_FORCE_UV=false

#####################################
############### TLS #################
#####################################

## Rauthy TLS

# Overwrite the path to the TLS certificate file in PEM format for rauthy (default: tls/tls.crt)
TLS_CERT=/app/tls/cert-chain.pem
# Overwrite the path to the TLS private key file in PEM format for rauthy.
# If the path / filename ends with '.der', rauthy will parse it as DER, otherwise as PEM.
# (default: tls/tls.key)
TLS_KEY=/app/tls/key.pem

## CACHE TLS

# Enable / disable TLS for the cache communication (default: true)
CACHE_TLS=true

# The path to the server TLS certificate PEM file
# default: tls/redhac.cert-chain.pem
CACHE_TLS_SERVER_CERT=/app/tls/cert-chain.pem
# The path to the server TLS key PEM file
# default: tls/redhac.key.pem
CACHE_TLS_SERVER_KEY=/app/tls/key.pem

# The path to the client mTLS certificate PEM file. This is optional.
CACHE_TLS_CLIENT_CERT=/app/tls/cert-chain.pem
# The path to the client mTLS key PEM file. This is optional.
CACHE_TLS_CLIENT_KEY=/app/tls/key.pem

# If not empty, the PEM file from the specified location will be
# added as the CA certificate chain for validating
# the servers TLS certificate. This is optional.
CACHE_TLS_CA_SERVER=/app/tls/ca-chain.pem
# If not empty, the PEM file from the specified location will
# be added as the CA certificate chain for validating
# the clients mTLS certificate. This is optional.
CACHE_TLS_CA_CLIENT=/app/tls/ca-chain.pem

0 comments on commit 3a04dc0

Please sign in to comment.








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/sebadob/rauthy/commit/3a04dc02a878263cec2d841553747c78a41b7c4a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy