Skip to content

Commit

Permalink
Sync polaris-server.yml (apache#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyCanCode authored Sep 25, 2024
1 parent af2f09e commit ce7d2f0
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions helm/polaris/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,12 @@ polarisServerConfig:

featureConfiguration:
ENFORCE_PRINCIPAL_CREDENTIAL_ROTATION_REQUIRED_CHECKING: false
DISABLE_TOKEN_GENERATION_FOR_USER_PRINCIPALS: true
SUPPORTED_CATALOG_STORAGE_TYPES:
- S3
- GCS
- AZURE
- FILE


# Whether we want to enable Snowflake OAuth locally. Setting this to true requires
# that you go through the setup outlined in the `README.md` file, specifically the
# `OAuth + Snowflake: Local Testing And Then Some` section
callContextResolver:
type: default

Expand All @@ -313,8 +308,9 @@ polarisServerConfig:
type: in-memory
# type: eclipse-link # uncomment to use eclipse-link as metastore
# persistence-unit: polaris
# conf-file: /eclipselink-config/conf.jar!/persistence.xml # Don't change this value when using custom persistence.xml via '.persistenceConfigSecret'

io:
factoryType: default

# TODO - avoid duplicating token broker config
oauth2:
Expand All @@ -326,7 +322,7 @@ polarisServerConfig:

authenticator:
class: org.apache.polaris.service.auth.TestInlineBearerTokenPolarisAuthenticator
# class: io.polaris.service.auth.DefaultPolarisAuthenticator # - uncomment to support Auth0 JWT tokens
# class: org.apache.polaris.service.auth.DefaultPolarisAuthenticator # - uncomment to support Auth0 JWT tokens
# tokenBroker:
# type: symmetric-key
# secret: polaris
Expand Down Expand Up @@ -359,7 +355,7 @@ polarisServerConfig:
# Logger-specific levels.
loggers:
org.apache.iceberg.rest: DEBUG
io.polaris: DEBUG
org.apache.polaris: DEBUG

appenders:

Expand All @@ -384,8 +380,15 @@ polarisServerConfig:

# # The file to which statements will be logged.
# currentLogFilename: ./logs/polaris.log
# # When the log file rolls over, the file will be archived to snowflake-2012-03-15.log.gz,
# # snowflake.log will be truncated, and new statements written to it.
# # When the log file rolls over, the file will be archived to polaris-2012-03-15.log.gz,
# # polaris.log will be truncated, and new statements written to it.
# archivedLogFilenamePattern: ./logs/polaris-%d.log.gz
# # The maximum number of log files to archive.
# archivedFileCount: 14
# archivedFileCount: 14

# Limits the size of request bodies sent to Polaris. -1 means no limit.
maxRequestBodyBytes: -1

# Optional, not specifying a "rateLimiter" section also means no rate limiter
rateLimiter:
type: no-op

0 comments on commit ce7d2f0

Please sign in to comment.