Skip to content

Commit

Permalink
fix(auth): adaption for obcloud auth (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachThinking authored Aug 20, 2024
1 parent a9467a0 commit 6034113
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;

import com.oceanbase.odc.service.common.util.ConditionalOnProperty;

@Configuration
@Profile({"alipay"})
@ConditionalOnProperty(value = "odc.iam.auth.type", havingValues = {"local", "alipay", "buc", "oauth2"})
public class WebAuthConfiguration extends DefaultAuthConfiguration {
}

0 comments on commit 6034113

Please sign in to comment.