Skip to content

Commit

Permalink
OCM-6955 | fix: provide better message for external auth creation
Browse files Browse the repository at this point in the history
Signed-off-by: Maggie Chen <[email protected]>
  • Loading branch information
chenz4027 committed Apr 2, 2024
1 parent c9f520d commit 5e98b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/create/externalauthprovider/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ func runWithRuntime(r *rosa.Runtime, cmd *cobra.Command, argv []string) error {
return err
}

r.Reporter.Infof("Successfully created an external authentication provider for cluster '%s'", cluster.ID())
r.Reporter.Infof("Successfully created an external authentication provider for cluster '%s'. "+
"It can take a while for the creation of an external authentication provider to become fully effective.",
cluster.ID())

return nil
}

0 comments on commit 5e98b00

Please sign in to comment.