Skip to content

Commit aa11a26

Browse files
[docs] upgrade 0.7 to 0.8 about sasl authorization and default database. (#1871)
1 parent c2a785f commit aa11a26

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/docs/maintenance/operations/upgrade-notes-0.8.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,12 @@ This change prioritizes **tiering service stability and performance**:
9898
- **Disable auto-compaction** for tables where tiering speed is more important than storage optimization
9999
- **Monitor resource usage** when enabling auto-compaction to ensure it doesn't impact tiering performance
100100
- **Consider manual compaction** for large tables during maintenance windows
101+
102+
## SASL Plain Authorization jaas configuration
103+
Due to Fluss being donated to the Apache Software Foundation, the package namespace has been changed from `org.alibaba.fluss` to `org.apache.fluss`.
104+
The `security.sasl.plain.jaas.config` configuration has been updated accordingly:
105+
* Server side: `security.sasl.plain.jaas.config` is changed from `org.alibaba.fluss.security.auth.sasl.plain.PlainLoginModule` to `org.apache.fluss.security.auth.sasl.plain.PlainLoginModule`.
106+
* Client side: `client.security.sasl.jaas.config` is changed from `org.alibaba.fluss.security.auth.sasl.plain.PlainLoginModule` to `org.apache.fluss.security.auth.sasl.plain.PlainLoginModule`. If you are using client.security.sasl.username and client.security.sasl.password configurations, no changes are required as these remain compatible.
107+
108+
## Flink Catalog required Default database.
109+
Fluss catalog used to not need defalut database even though a wrong defalut database won't be checked. From 0.8, it's required to specify a default database.

0 commit comments

Comments
 (0)