Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-19952

flink SecurityOptions.class use depracted method so many times

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      we should use it in this way

      // code placeholder
      public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE =
       key("security.kerberos.login.use-ticket-cache")
       .booleanType()
       .defaultValue(true)
       .withDescription("Indicates whether to read from your Kerberos ticket cache.");
      

      instead of 

      public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE = key("security.kerberos.login.use-ticket-cache")
      .defaultValue(true) 
      .withDescription("Indicates whether to read from your Kerberos ticket cache.");
      

       

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            jackylau Jacky Lau
            jackylau Jacky Lau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment